Skip to content
Snippets Groups Projects
Commit 48b944d6 authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'refactoring' into 'theodolite-kotlin'

Refactoring

See merge request !134
parents 4fbbd147 e1dc401d
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!134Refactoring,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2967 canceled
package theodolite.strategies.restriction package theodolite.strategies.restriction
import org.junit.jupiter.api.Assertions.* import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Assertions.assertNotNull
import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test import org.junit.jupiter.api.Test
import theodolite.util.LoadDimension import theodolite.util.LoadDimension
...@@ -111,6 +112,7 @@ internal class LowerBoundRestrictionTest { ...@@ -111,6 +112,7 @@ internal class LowerBoundRestrictionTest {
buildLoadDimension(load), buildLoadDimension(load),
buildResourcesDimension(resources) buildResourcesDimension(resources)
), ),
successful) successful
)
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment