|
BashSpark
|
A class to encapsulate shell testing functionalities. More...
#include <test_shell.h>
Public Member Functions | |
| test_shell () | |
| Constructs a test_shell object. | |
| void | test () const |
| Executes a series of tests. | |
A class to encapsulate shell testing functionalities.
This class provides methods to test shell commands and environment variable handling within the BashSpark framework.
| bs::debug::test_shell::test_shell | ( | ) |
Constructs a test_shell object.
Initializes the shell pointer.
| void bs::debug::test_shell::test | ( | ) | const |
Executes a series of tests.
This method will call various test methods within the class to verify shell functionalities.