gson-comments/gson/src/test/java/com/google/gson
Johannes Frohnmeyer 89ae8b48c2
ci/woodpecker/push/woodpecker Pipeline was successful Details
Merge remote-tracking branch 'origin/master'
# Conflicts:
#	extras/pom.xml
#	extras/src/main/java/com/google/gson/graph/GraphAdapterBuilder.java
#	extras/src/main/java/com/google/gson/interceptors/InterceptorFactory.java
#	extras/src/test/java/com/google/gson/typeadapters/PostConstructAdapterFactoryTest.java
#	gson/src/main/java/com/google/gson/Gson.java
#	gson/src/main/java/com/google/gson/GsonBuilder.java
#	gson/src/main/java/com/google/gson/util/ISO8601Utils.java
#	gson/src/main/java/module-info.java
#	gson/src/test/java/com/google/gson/GsonTest.java
#	gson/src/test/java/com/google/gson/functional/ArrayTest.java
#	gson/src/test/java/com/google/gson/functional/CustomTypeAdaptersTest.java
#	gson/src/test/java/com/google/gson/functional/DefaultTypeAdaptersTest.java
#	gson/src/test/java/com/google/gson/functional/EnumWithObfuscatedTest.java
#	gson/src/test/java/com/google/gson/functional/InternationalizationTest.java
#	gson/src/test/java/com/google/gson/functional/Java17RecordTest.java
#	gson/src/test/java/com/google/gson/functional/JavaUtilConcurrentAtomicTest.java
#	gson/src/test/java/com/google/gson/functional/JavaUtilTest.java
#	gson/src/test/java/com/google/gson/functional/JsonAdapterAnnotationOnClassesTest.java
#	gson/src/test/java/com/google/gson/functional/JsonAdapterAnnotationOnFieldsTest.java
#	gson/src/test/java/com/google/gson/functional/JsonParserTest.java
#	gson/src/test/java/com/google/gson/functional/MapTest.java
#	gson/src/test/java/com/google/gson/functional/PrimitiveTest.java
#	gson/src/test/java/com/google/gson/functional/ReflectionAccessTest.java
#	gson/src/test/java/com/google/gson/functional/StreamingTypeAdaptersTest.java
#	gson/src/test/java/com/google/gson/functional/TypeAdapterPrecedenceTest.java
#	gson/src/test/java/com/google/gson/internal/bind/Java17ReflectiveTypeAdapterFactoryTest.java
#	gson/src/test/java/com/google/gson/internal/bind/JsonTreeReaderTest.java
#	gson/src/test/java/com/google/gson/internal/bind/JsonTreeWriterTest.java
#	gson/src/test/java/com/google/gson/internal/reflect/Java17ReflectionHelperTest.java
#	gson/src/test/java/com/google/gson/regression/JsonAdapterNullSafeTest.java
#	gson/src/test/java/com/google/gson/stream/JsonReaderPathTest.java
#	gson/src/test/java/com/google/gson/stream/JsonReaderTest.java
#	metrics/pom.xml
#	metrics/src/main/java/com/google/gson/metrics/NonUploadingCaliperRunner.java
#	metrics/src/main/java/com/google/gson/metrics/ParseBenchmark.java
#	pom.xml
#	proto/pom.xml
2023-02-23 14:21:42 +01:00
..
common Adds Error Prone to the `maven-compiler-plugin` (#2308) 2023-02-06 06:13:28 -08:00
functional Merge remote-tracking branch 'origin/master' 2023-02-23 14:21:42 +01:00
internal Merge remote-tracking branch 'origin/master' 2023-02-23 14:21:42 +01:00
jf Merge remote-tracking branch 'origin/master' 2023-01-21 14:24:25 +01:00
metrics Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
reflect Port all Junit assert to Truth asserts (#2304) 2023-01-31 11:20:54 -08:00
regression Merge remote-tracking branch 'origin/master' 2023-02-23 14:21:42 +01:00
stream Merge remote-tracking branch 'origin/master' 2023-02-23 14:21:42 +01:00
DefaultInetAddressTypeAdapterTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
DefaultMapJsonSerializerTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
ExposeAnnotationExclusionStrategyTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
FieldAttributesTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
FieldNamingPolicyTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
GenericArrayTypeTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
GsonBuilderTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
GsonTest.java Merge remote-tracking branch 'origin/master' 2023-02-23 14:21:42 +01:00
GsonTypeAdapterTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
InnerClassExclusionStrategyTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
JavaSerializationTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
JsonArrayAsListTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
JsonArrayTest.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
JsonNullTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
JsonObjectAsMapTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
JsonObjectTest.java Fix error prone warnings (#2316) 2023-02-15 05:18:43 -08:00
JsonParserParameterizedTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
JsonParserTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
JsonPrimitiveTest.java Fix the `equals` method of `JsonPrimitive` to work with `BigInteger` (#2311) 2023-02-06 09:40:11 -08:00
JsonStreamParserTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
LongSerializationPolicyTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
MixedStreamTest.java Merge remote-tracking branch 'origin/master' 2023-01-21 14:24:25 +01:00
MockExclusionStrategy.java updated minimum JDK version to 1.6. 2015-11-04 18:52:20 -08:00
ObjectTypeAdapterParameterizedTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
ObjectTypeAdapterTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
OverrideCoreTypeAdaptersTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
ParameterizedTypeFixtures.java Use diamond operator when creating generic instances (#2104) 2022-04-17 15:27:21 -07:00
ParameterizedTypeTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00
PrimitiveTypeAdapter.java Down to 22 failing tests. 2011-09-11 07:04:56 +00:00
ToNumberPolicyTest.java Merge remote-tracking branch 'origin/master' 2023-01-21 14:24:25 +01:00
TypeAdapterTest.java Add copyright notices to files that were missing them. (#2307) 2023-01-31 14:05:12 -08:00
VersionExclusionStrategyTest.java Port Junit test to Truth in the package `com.google.gson` of the module `gson` (#2299) 2023-01-17 07:59:10 -08:00