BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Private Slots | List of all members
bbbTest::_RegexTest Class Reference

Contains the tests for the _Regex class. More...

#include <_regextest.h>

Inheritance diagram for bbbTest::_RegexTest:
Inheritance graph
[legend]
Collaboration diagram for bbbTest::_RegexTest:
Collaboration graph
[legend]

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...
 

Detailed Description

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

Test:
Author
Bob Baker

Constructor & Destructor Documentation

_RegexTest::_RegexTest ( )

Default Constructor.

Author
Bob Baker

Member Function Documentation

void _RegexTest::testIsBoxName ( )
privateslot

Tests regec on isBoxName.

Test:
Author
Bob Baker
void _RegexTest::testIsBoxName_data ( )
privateslot

Test Data for testIsBoxName.

Test:
Author
Bob Baker
void _RegexTest::testIsItemName ( )
privateslot

Tests regex on isItemName.

Test:
Author
Bob Baker
void _RegexTest::testIsItemName_data ( )
privateslot

Data for testIsItemName()

Test:
Author
Bob Baker
void _RegexTest::testTest ( )
privateslot

Makes sure QTest, .yml an travis.ci are working.

Test:
Author
Bob Baker

The documentation for this class was generated from the following files: