BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
|
Contains the tests for the Item class. More...
#include <itemtest.h>
Public Member Functions | |
ItemTest () | |
Default Constructor. More... | |
Private Slots | |
void | testTest () |
Makes sure QTest, .yml an travis.ci are working. More... | |
void | constructorTest () |
Tests that the constructor sets the correct vals. More... | |
void | categoryToQStringTest_data () |
Test data for Category to string fx. More... | |
void | categoryToQStringTest () |
Tests the Category to string fx. More... | |
Contains the tests for the Item class.
This file is only on included in test builds. It will not be complied debug or release builds. It will be used by travis.ci to run unit tests for the Item class
ItemTest::ItemTest | ( | ) |
Default Constructor.
|
privateslot |
|
privateslot |
Test data for Category to string fx.
|
privateslot |
Tests that the constructor sets the correct vals.
|
privateslot |
Makes sure QTest, .yml an travis.ci are working.