File tree 2 files changed +2
-2
lines changed
java/com/google/j2objc/testing
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public JUnitTestRunner(PrintStream out) {
107
107
this .out = out ;
108
108
}
109
109
110
- public static int main (String [] args ) {
110
+ public static int run (String [] args ) {
111
111
// Create JUnit test runner.
112
112
PrintStream nsLogOut = new PrintStream (new NSLogOutputStream (), true );
113
113
JUnitTestRunner runner = new JUnitTestRunner (nsLogOut );
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ @interface JUnitXCTestCase : XCTestCase
41
41
@implementation JUnitXCTestCase
42
42
43
43
- (void )testAll {
44
- XCTAssertEqual (ComGoogleJ2objcTestingJUnitTestRunner_mainWithNSStringArray_ (nil ), 0 );
44
+ XCTAssertEqual (ComGoogleJ2objcTestingJUnitTestRunner_runWithNSStringArray_ (nil ), 0 );
45
45
}
46
46
47
47
@end
You can’t perform that action at this time.
0 commit comments