/
Stub lab
Stub lab
You’ve been asked to create a piece of software that will randomly generate a sequence of lottery ticket numbers (between 1 and 99). There should 5 in total. The code should print out the numbers as follows “1 - 2 - 3 - 4 - 5”.
Using TDD create the lottery number generator so that it generates a random set of numbers. In order to successfully test the application, the number generator will need to be stubbed.
, multiple selections available,
Related content
DIS - TDD (Java, C#, VB)
DIS - TDD (Java, C#, VB)
More like this
05 - Introduction to Java - Exercise 4
05 - Introduction to Java - Exercise 4
More like this
QL-4) Using TDD to design production code.
QL-4) Using TDD to design production code.
More like this
QLC-1) Find the Highest Number.
QLC-1) Find the Highest Number.
More like this
QLC-2.4) Stubs to Mocks
QLC-2.4) Stubs to Mocks
More like this
Visual Studio and NUnit GUI
Visual Studio and NUnit GUI
More like this