GWY
2022-05-10 b6dfed7e531e6b008df6d404e0b04aef179ba840
1
2
3
4
5
6
7
8
@isTest
public with sharing class OppInternalMessageControllerTest {
    static testMethod void myTest1() {
      OppInternalMessageController.te();
 
    }
 
}