BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
|
Contains the tests for the Category class. More...
#include <categorytest.h>
Public Member Functions | |
CategoryTest () | |
Default Constructor. More... | |
Private Slots | |
void | testTest () |
Makes sure QTest, .yml an travis.ci are working. More... | |
void | testCatEnumVals () |
Tests the int values of the enums. More... | |
void | testIntToString_data () |
Test Data for testIntToString() More... | |
void | testIntToString () |
Tests int to QString conversions. More... | |
void | testStringToInt_data () |
Test Data for String to int convertions. More... | |
void | testStringToInt () |
Tests for String to int convertions. More... | |
Contains the tests for the Category 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 Category class
CategoryTest::CategoryTest | ( | ) |
Default Constructor.
|
privateslot |
Tests the int values of the enums.
|
privateslot |
|
privateslot |
Test Data for testIntToString()
|
privateslot |
|
privateslot |
Test Data for String to int convertions.
|
privateslot |
Makes sure QTest, .yml an travis.ci are working.