D | IgnoreCreatorProp1317Test.java | 11 static class Testing { class in IgnoreCreatorProp1317Test 17 public Testing() {} in Testing() method in IgnoreCreatorProp1317Test.Testing 20 public Testing(String ignore, String notIgnore) { in Testing() method in IgnoreCreatorProp1317Test.Testing 45 Testing testing = new Testing("shouldBeIgnored", "notIgnore"); in testThatJsonIgnoreWorksWithConstructorProperties()
|