Skip to content

Instantly share code, notes, and snippets.

@frogggias
frogggias / FairyTaleTest.kt
Created March 16, 2023 22:49
GenZ fairy tale unit test by GPT4
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.Assertions.*
class FairyTaleTest {
@Test
fun `Once upon a time in a lit kingdom`() {
val kingdom = Kingdom("Vibeland")
val princess = InfluencerPrincess("Ava", followers = 100_000)
kingdom.addInhabitant(princess)