Create Private accessor, and select the test project that requires the accessor.
“创建专用访问器”,并选择需要访问器的测试项目。
Add the private keyword before the val or var keyword and the accessor methods won't be generated.
在val或者var之前加上private关键字,访问器方法就不会被生成。
Add the private keyword before the val or var keyword and the accessor methods won't be generated.
在val或者var之前加上private关键字,访问器方法就不会被生成。
应用推荐