public void setUp() throws Exception { // Test that nested extensions are initialized correctly even if the outer // class has not been accessed directly. This was once a bug with lite // messages. // // We put this in setUp() rather than in its own test method because we // need to make sure it runs before any actual tests. assertTrue(TestNestedExtensionLite.nestedExtension != null); }
@Override public void setUp() throws Exception { // Test that nested extensions are initialized correctly even if the outer // class has not been accessed directly. This was once a bug with lite // messages. // // We put this in setUp() rather than in its own test method because we // need to make sure it runs before any actual tests. assertTrue(TestNestedExtensionLite.nestedExtension != null); }