We want to test all code samples present in the API reference of the types Gradle subproject by moving them to the samples subproject and referencing them from the documentation.
š Dependencies
This issue is blocked by the following items:
[x] #639
ā Checklist
[x] ā Test samples of StrictlyPositiveInt.unaryMinus() function.
[x] ā Test samples of NegativeInt.unaryMinus() function.
[x] ā Test samples of AnyInt.unaryMinus() function.
[x] ā Test samples of NonZeroInt.unaryMinus() function.
[x] ā Test samples of StrictlyNegativeInt.unaryMinus() function.
[x] ā Test samples of PositiveInt.unaryMinus() function.
[x] ā Test samples of notEmptyListOf(E, vararg E) function.
[x] ā Test samples of Collection.toNotEmptyList() function.
[x] ā Test samples of NotEmptyList's serialization processes.
[x] ā Test samples of NotEmptyList.toList() function.
[x] ā Test samples of NotEmptyList.Companion.create(Collection) function.
[x] ā Test samples of NotEmptyList.Companion.createOrNull(Collection) function.
[x] ā Test samples of NotEmptyList.Companion.of(E, vararg E) function.
[x] ā Test samples of NotEmptyCollection.head property.
[x] ā Test samples of NotEmptyCollection.tail property.
[x] ā Test samples of NotEmptyCollection.toString() function.
[x] ā Test samples of notEmptyMapOf(Pair, vararg Pair) function.
[x] ā Test samples of Map.toNotEmptyMap() function.
[x] ā Test samples of NotEmptyMap's serialization processes.
[x] ā Test samples of NotEmptyMap.Companion.create(Map) function.
[x] ā Test samples of NotEmptyMap.Companion.createOrNull(Map) function.
[x] ā Test samples of NotEmptyMap.Companion.of(Pair, vararg Pair) function.
[x] ā Test samples of NotEmptyMap.head property.
[x] ā Test samples of NotEmptyMap.tail property.
[x] ā Test samples of NotEmptyMap.entries property.
[x] ā Test samples of NotEmptyMap.keys property.
[x] ā Test samples of NotEmptyMap.values property.
[x] ā Test samples of NotEmptyMap.size property.
[x] ā Test samples of NotEmptyMap.toMap() function.
[x] ā Test samples of NotEmptyMap.toString() function.
[x] ā Test samples of notEmptySetOf(E, vararg E) function.
[x] ā Test samples of Collection.toNotEmptySet() function.
[x] ā Test samples of NotEmptySet's serialization processes.
[x] ā Test samples of NotEmptySet.Companion.create(Collection) function.
[x] ā Test samples of NotEmptySet.Companion.createOrNull(Collection) function.
[x] ā Test samples of NotEmptySet.Companion.of(E, vararg E) function.
[x] ā Test samples of NotEmptySet.toSet() function.
[x] ā Test samples of AnyInt's serialization processes.
[x] ā Test samples of NegativeInt's serialization processes.
[x] ā Test samples of NegativeInt.Companion.create function.
[x] ā Test samples of NegativeInt.Companion.createOrNull function.
[x] ā Test samples of NonZeroInt's serialization processes.
[x] ā Test samples of NonZeroInt.Companion.create function.
[x] ā Test samples of NonZeroInt.Companion.createOrNull function.
[x] ā Test samples of PositiveInt's serialization processes.
[x] ā Test samples of PositiveInt.Companion.create function.
[x] ā Test samples of PositiveInt.Companion.createOrNull function.
[x] ā Test samples of StrictlyNegativeDouble's serialization processes.
[x] ā Test samples of StrictlyNegativeDouble.Companion.create function.
[x] ā Test samples of StrictlyNegativeDouble.Companion.createOrNull function.
[x] ā Test samples of StrictlyNegativeDouble.equals function.
[x] ā Test samples of StrictlyNegativeDouble.hashCode function.
[x] ā Test samples of StrictlyNegativeDouble.toDouble function.
[x] ā Test samples of StrictlyNegativeDouble.toString function.
[x] ā Test samples of StrictlyNegativeInt's serialization processes.
[x] ā Test samples of StrictlyNegativeInt.Companion.create function.
[x] ā Test samples of StrictlyNegativeInt.Companion.createOrNull function.
[x] ā Test samples of StrictlyPositiveInt's serialization processes.
[x] ā Test samples of StrictlyPositiveInt.Companion.create function.
[x] ā Test samples of StrictlyPositiveInt.Companion.createOrNull function.
[x] ā Test samples of ZeroInt's serialization processes.
[x] ā Test samples of NotBlankString's serialization processes.
[x] ā Test samples of NotBlankString.Companion.create function.
[x] ā Test samples of NotBlankString.Companion.createOrNull function.
[x] ā Test samples of NotBlankString.plus function.
[x] š· Enable samples checks in the Gradle build script of the types subproject.
š Description
We want to test all code samples present in the API reference of the
types
Gradle subproject by moving them to thesamples
subproject and referencing them from the documentation.š Dependencies
This issue is blocked by the following items:
ā Checklist
StrictlyPositiveInt.unaryMinus()
function.NegativeInt.unaryMinus()
function.AnyInt.unaryMinus()
function.NonZeroInt.unaryMinus()
function.StrictlyNegativeInt.unaryMinus()
function.PositiveInt.unaryMinus()
function.notEmptyListOf(E, vararg E)
function.Collection.toNotEmptyList()
function.NotEmptyList
's serialization processes.NotEmptyList.toList()
function.NotEmptyList.Companion.create(Collection)
function.NotEmptyList.Companion.createOrNull(Collection)
function.NotEmptyList.Companion.of(E, vararg E)
function.NotEmptyCollection.head
property.NotEmptyCollection.tail
property.NotEmptyCollection.toString()
function.notEmptyMapOf(Pair, vararg Pair)
function.Map.toNotEmptyMap()
function.NotEmptyMap
's serialization processes.NotEmptyMap.Companion.create(Map)
function.NotEmptyMap.Companion.createOrNull(Map)
function.NotEmptyMap.Companion.of(Pair, vararg Pair)
function.NotEmptyMap.head
property.NotEmptyMap.tail
property.NotEmptyMap.entries
property.NotEmptyMap.keys
property.NotEmptyMap.values
property.NotEmptyMap.size
property.NotEmptyMap.toMap()
function.NotEmptyMap.toString()
function.notEmptySetOf(E, vararg E)
function.Collection.toNotEmptySet()
function.NotEmptySet
's serialization processes.NotEmptySet.Companion.create(Collection)
function.NotEmptySet.Companion.createOrNull(Collection)
function.NotEmptySet.Companion.of(E, vararg E)
function.NotEmptySet.toSet()
function.AnyInt
's serialization processes.NegativeInt
's serialization processes.NegativeInt.Companion.create
function.NegativeInt.Companion.createOrNull
function.NonZeroInt
's serialization processes.NonZeroInt.Companion.create
function.NonZeroInt.Companion.createOrNull
function.PositiveInt
's serialization processes.PositiveInt.Companion.create
function.PositiveInt.Companion.createOrNull
function.StrictlyNegativeDouble
's serialization processes.StrictlyNegativeDouble.Companion.create
function.StrictlyNegativeDouble.Companion.createOrNull
function.StrictlyNegativeDouble.equals
function.StrictlyNegativeDouble.hashCode
function.StrictlyNegativeDouble.toDouble
function.StrictlyNegativeDouble.toString
function.StrictlyNegativeInt
's serialization processes.StrictlyNegativeInt.Companion.create
function.StrictlyNegativeInt.Companion.createOrNull
function.StrictlyPositiveInt
's serialization processes.StrictlyPositiveInt.Companion.create
function.StrictlyPositiveInt.Companion.createOrNull
function.ZeroInt
's serialization processes.NotBlankString
's serialization processes.NotBlankString.Companion.create
function.NotBlankString.Companion.createOrNull
function.NotBlankString.plus
function.types
subproject.