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 812679b commit 23772ca
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ package org.eclipse.kuksa.testapp.collection

import io.kotest.core.spec.style.BehaviorSpec
import io.kotest.matchers.shouldBe
import org.eclipse.kuksa.test.kotest.Unit

class MaxElementSetTest : BehaviorSpec({
tags(Unit)

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

Expand Down

0 comments on commit 23772ca

Please sign in to comment.