BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
|
Contains the tests for the _Regex class. More...
#include <_regextest.h>
Public Member Functions | |
_RegexTest () | |
Default Constructor. More... | |
Private Slots | |
void | testTest () |
Makes sure QTest, .yml an travis.ci are working. More... | |
void | testIsItemName_data () |
Data for testIsItemName() More... | |
void | testIsItemName () |
Tests regex on isItemName. More... | |
void | testIsBoxName_data () |
Test Data for testIsBoxName. More... | |
void | testIsBoxName () |
Tests regec on isBoxName. More... | |
Contains the tests for the _Regex 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 _Regex class
_RegexTest::_RegexTest | ( | ) |
Default Constructor.
|
privateslot |
Tests regec on isBoxName.
|
privateslot |
Test Data for testIsBoxName.
|
privateslot |
Tests regex on isItemName.
|
privateslot |
Data for testIsItemName()
|
privateslot |
Makes sure QTest, .yml an travis.ci are working.