#100CodeExamples
Well-Testable Code: Dealing with the “Popular Sith”-Sequence
My last example of controlling a sequence to test some default-behavior was not “well-testable” PL/SQL code.
In this example I show how we can achieve a method that is much easier to test, doesn’t require touching internals – all without changing the public API of the method.