1
2
3
4
5
6
7
@isTest
private class ProductLimitControllerTest {
    @isTest
    static void test1(){
        ProductLimitController.test();
    }
}