Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / gbmhunter/munittest issues and pull requests
#26 - Add a TEST_ORDER(x) style macro which allows you to confirm a series of calls to this function occurs in the right sequence (where x is a integer).
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#26 - Add a TEST_ORDER(x) style macro which allows you to confirm a series of calls to this function occurs in the right sequence (where x is a integer).
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#25 - Add the ability to specify which test groups should run first, and add info about this to the README.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#25 - Add the ability to specify which test groups should run first, and add info about this to the README.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#24 - Add all possible overload variations for CHECK_EQUAL() for C-style strings, currently only a few permutations are defined.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#23 - Report not just how many tests passed/failed but also how many checks.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#23 - Report not just how many tests passed/failed but also how many checks.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#22 - Actual and expected variables are the wrong way around in the CheckEqual() and CheckClose() methods defined in MUnitTest.hpp.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#22 - Actual and expected variables are the wrong way around in the CheckEqual() and CheckClose() methods defined in MUnitTest.hpp.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#21 - Add CHECK_CLOSE() macro for checking things like floats and doubles which may have small rounding errors.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#21 - Add CHECK_CLOSE() macro for checking things like floats and doubles which may have small rounding errors.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#20 - Add GROUP() macro so that unit tests can be grouped together, and test name clashes won't occur between groups.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#20 - Add GROUP() macro so that unit tests can be grouped together, and test name clashes won't occur between groups.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#19 - Remove semi-colons from the end of the CHECK() and CHECK_EQUAL() macros, which forces you to provide them when you use the macro, and prevents errors when using inside if statements.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#19 - Remove semi-colons from the end of the CHECK() and CHECK_EQUAL() macros, which forces you to provide them when you use the macro, and prevents errors when using inside if statements.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#18 - Add CHECK_EQUAL() overload for two const char * data types.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#18 - Add CHECK_EQUAL() overload for two const char * data types.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#17 - Seg fault occurs on Linux when you call RunAllTests() without there being any tests to run.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: bug
#17 - Seg fault occurs on Linux when you call RunAllTests() without there being any tests to run.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: bug
#16 - CHECK_EQUAL() can potentially fail but tests results say all tests passed?
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#16 - CHECK_EQUAL() can potentially fail but tests results say all tests passed?
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#15 - Add guard on Timer::Start() so that it only works when timer is in STOPPED or EXPIRED states.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: bug
#14 - Add ability to silence output but check (in code) for how many tests passed/failed (this will be useful for self-testing).
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#13 - CHECK_EQUAL() with two 'enum class' types doesn't seem to work.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: bug
#12 - Get rid of module dependence on 'std::vector'.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#11 - Split the code that is currently in the one single header file into many seperate files.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#10 - Bug where macros where missing 'MbeddedNinja' namespace scope from function calls and classes.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#9 - TestRegister::RunAllTests() should return 0 on pass, 1 on failure (so it can be used to return from main()).
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#8 - Make Makefile perform out-of-source builds.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#7 - Add basic example to README.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#6 - Unit test engine reports the incorrect first test name for the second test when there are two tests.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: bug
#5 - Print out how many tests passed and how many failed once tests have run.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#4 - Remove non-embedded-friendly std::cout usage and replace with custom MIOStream.
Issue -
State: open - Opened by gbmhunter about 10 years ago
Labels: enhancement
#3 - Add CHECK_EQUAL() macro.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#2 - Add CHECK() macro.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement
#1 - Add code.
Issue -
State: closed - Opened by gbmhunter about 10 years ago
Labels: enhancement