Skip to content

Commit

Permalink
test: Add "Unit" Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi committed Oct 13, 2023
1 parent ea176b8 commit 44a1715
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@

package org.eclipse.kuksa.testapp.collection

import io.kotest.core.NamedTag
import io.kotest.core.spec.style.BehaviorSpec
import io.kotest.matchers.shouldBe

class MaxElementSetTest : BehaviorSpec({
tags(NamedTag("Unit"))

given("An Instance of MaxElementSet with Type TestElement and maxNumberEntries of 100") {
val classUnderTest = MaxElementSet<TestElement>(100)

Expand Down

0 comments on commit 44a1715

Please sign in to comment.