types
types copied to clipboard
✅ Testing code samples present in API reference
📝 Description
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.
✅ 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.headproperty. - [x] ✅ Test samples of
NotEmptyCollection.tailproperty. - [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. - [ ] ✅ Test samples of
NotEmptyMap.headproperty. - [ ] ✅ Test samples of
NotEmptyMap.tailproperty. - [ ] ✅ Test samples of
NotEmptyMap.entriesproperty. - [ ] ✅ Test samples of
NotEmptyMap.keysproperty. - [ ] ✅ Test samples of
NotEmptyMap.valuesproperty. - [ ] ✅ Test samples of
NotEmptyMap.sizeproperty. - [ ] ✅ Test samples of
NotEmptyMap.toMap()function. - [ ] ✅ Test samples of
NotEmptyMap.toString()function. - [ ] ✅ Test samples of
notEmptySetOf(E, vararg E)function. - [ ] ✅ Test samples of
Collection.toNotEmptySet()function. - [ ] ✅ Test samples of
NotEmptySet's serialization processes. - [ ] ✅ Test samples of
NotEmptySet.Companion.create(Collection)function. - [ ] ✅ Test samples of
NotEmptySet.Companion.createOrNull(Collection)function. - [ ] ✅ Test samples of
NotEmptySet.Companion.of(E, vararg E)function. - [ ] ✅ Test samples of
NotEmptySet.toSet()function. - [ ] ✅ Test samples of
AnyInt's serialization processes. - [ ] ✅ Test samples of
NegativeInt's serialization processes. - [ ] ✅ Test samples of
NegativeInt.Companion.createfunction. - [ ] ✅ Test samples of
NegativeInt.Companion.createOrNullfunction. - [ ] ✅ Test samples of
NonZeroInt's serialization processes. - [ ] ✅ Test samples of
NonZeroInt.Companion.createfunction. - [ ] ✅ Test samples of
NonZeroInt.Companion.createOrNullfunction. - [ ] ✅ Test samples of
PositiveInt's serialization processes. - [ ] ✅ Test samples of
PositiveInt.Companion.createfunction. - [ ] ✅ Test samples of
PositiveInt.Companion.createOrNullfunction. - [ ] ✅ Test samples of
StrictlyNegativeDouble's serialization processes. - [ ] ✅ Test samples of
StrictlyNegativeDouble.Companion.createfunction. - [ ] ✅ Test samples of
StrictlyNegativeDouble.Companion.createOrNullfunction. - [ ] ✅ Test samples of
StrictlyNegativeDouble.equalsfunction. - [ ] ✅ Test samples of
StrictlyNegativeDouble.hashCodefunction. - [ ] ✅ Test samples of
StrictlyNegativeDouble.toDoublefunction. - [ ] ✅ Test samples of
StrictlyNegativeDouble.toStringfunction. - [ ] ✅ Test samples of
StrictlyNegativeInt's serialization processes. - [ ] ✅ Test samples of
StrictlyNegativeInt.Companion.createfunction. - [ ] ✅ Test samples of
StrictlyNegativeInt.Companion.createOrNullfunction. - [ ] ✅ Test samples of
StrictlyPositiveInt's serialization processes. - [ ] ✅ Test samples of
StrictlyPositiveInt.Companion.createfunction. - [ ] ✅ Test samples of
StrictlyPositiveInt.Companion.createOrNullfunction. - [ ] ✅ Test samples of
ZeroInt's serialization processes. - [ ] ✅ Test samples of
NotBlankString's serialization processes. - [ ] ✅ Test samples of
NotBlankString.Companion.createfunction. - [ ] ✅ Test samples of
NotBlankString.Companion.createOrNullfunction. - [ ] ✅ Test samples of
NotBlankString.plusfunction. - [ ] 👷 Enable samples checks in the Gradle build script of the
typessubproject. - [ ] 📝 Add an entry for this issue in the unreleased changelog.