Class StringInterleavingGeneratorTest
java.lang.Object
topics.backtracking.stringinterleaving.StringInterleavingGeneratorTest
@DisplayName("String Interleaving Generator (Backtracking)")
class StringInterleavingGeneratorTest
extends Object
Validation Suite for Interleaving Generator
Validates that the backtracking algorithm explores all mathematical permutations.
- Author:
- vicegd
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidsetup()(package private) void(package private) void
-
Constructor Details
-
StringInterleavingGeneratorTest
StringInterleavingGeneratorTest()
-
-
Method Details
-
setup
@BeforeAll static void setup() -
shouldGenerateSmallPermutations
@Test @DisplayName("Should generate exact permutations for a small input") void shouldGenerateSmallPermutations() -
shouldGenerateMainExamplePermutations
@Test @DisplayName("Should generate massive permutations for the main example") void shouldGenerateMainExamplePermutations()
-