GsonTester

constructor(resourceLoadClass: Class<out Any>, type: ResolvableType, gson: Gson)

Create a new GsonTester instance.

Parameters

resourceLoadClass

the source class used to load resources

type

the type under test

gson

the Gson instance

See also