Skip to content

Commit b5d43e8

Browse files
graememorgankluever
authored andcommitted
Add @test annotation to methods which appear to be intended to be JUnit4 test methods.
(This will cause the test to start running. If it failed, I've added @ignore.) ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=295165657
1 parent 29f6df4 commit b5d43e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/proto/src/test/java/com/google/common/truth/extensions/proto/FieldScopesTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import java.util.Collection;
3333
import java.util.Collections;
3434
import java.util.List;
35+
import org.junit.Ignore;
3536
import org.junit.Test;
3637
import org.junit.runner.RunWith;
3738
import org.junit.runners.Parameterized;
@@ -508,6 +509,8 @@ public void testFromSetFields() {
508509
.contains("ignored: o_sub_test_message.o_test_message.r_string");
509510
}
510511

512+
@Test
513+
@Ignore
511514
public void testFromSetFields_unknownFields() throws InvalidProtocolBufferException {
512515
if (isProto3()) {
513516
// No unknown fields in Proto 3.

0 commit comments

Comments
 (0)