types icon indicating copy to clipboard operation
types copied to clipboard

✅ Testing code samples present in API reference

Open LVMVRQUXL opened this issue 1 year ago • 0 comments

📝 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.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.
  • [ ] ✅ Test samples of NotEmptyMap.head property.
  • [ ] ✅ Test samples of NotEmptyMap.tail property.
  • [ ] ✅ Test samples of NotEmptyMap.entries property.
  • [ ] ✅ Test samples of NotEmptyMap.keys property.
  • [ ] ✅ Test samples of NotEmptyMap.values property.
  • [ ] ✅ Test samples of NotEmptyMap.size property.
  • [ ] ✅ 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.create function.
  • [ ] ✅ Test samples of NegativeInt.Companion.createOrNull function.
  • [ ] ✅ Test samples of NonZeroInt's serialization processes.
  • [ ] ✅ Test samples of NonZeroInt.Companion.create function.
  • [ ] ✅ Test samples of NonZeroInt.Companion.createOrNull function.
  • [ ] ✅ Test samples of PositiveInt's serialization processes.
  • [ ] ✅ Test samples of PositiveInt.Companion.create function.
  • [ ] ✅ Test samples of PositiveInt.Companion.createOrNull function.
  • [ ] ✅ Test samples of StrictlyNegativeDouble's serialization processes.
  • [ ] ✅ Test samples of StrictlyNegativeDouble.Companion.create function.
  • [ ] ✅ Test samples of StrictlyNegativeDouble.Companion.createOrNull function.
  • [ ] ✅ Test samples of StrictlyNegativeDouble.equals function.
  • [ ] ✅ Test samples of StrictlyNegativeDouble.hashCode function.
  • [ ] ✅ Test samples of StrictlyNegativeDouble.toDouble function.
  • [ ] ✅ Test samples of StrictlyNegativeDouble.toString function.
  • [ ] ✅ Test samples of StrictlyNegativeInt's serialization processes.
  • [ ] ✅ Test samples of StrictlyNegativeInt.Companion.create function.
  • [ ] ✅ Test samples of StrictlyNegativeInt.Companion.createOrNull function.
  • [ ] ✅ Test samples of StrictlyPositiveInt's serialization processes.
  • [ ] ✅ Test samples of StrictlyPositiveInt.Companion.create function.
  • [ ] ✅ Test samples of StrictlyPositiveInt.Companion.createOrNull function.
  • [ ] ✅ Test samples of ZeroInt's serialization processes.
  • [ ] ✅ Test samples of NotBlankString's serialization processes.
  • [ ] ✅ Test samples of NotBlankString.Companion.create function.
  • [ ] ✅ Test samples of NotBlankString.Companion.createOrNull function.
  • [ ] ✅ Test samples of NotBlankString.plus function.
  • [ ] 👷 Enable samples checks in the Gradle build script of the types subproject.
  • [ ] 📝 Add an entry for this issue in the unreleased changelog.

LVMVRQUXL avatar Apr 16 '24 22:04 LVMVRQUXL