All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonTest.com.toxicbakery.logging.LoggingExceptionTest.kt Maven / Gradle / Ivy

package com.toxicbakery.logging

import kotlin.test.Test
import kotlin.test.assertEquals

class LoggingExceptionTest {

    @Test
    fun equality() {
        assertEquals(LoggingException("test"), LoggingException("test"))
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy