63 void test_basic()
const;
70 void test_echo_basic()
const;
77 void test_echo_envvar()
const;
84 void test_seq()
const;
91 void test_setenv()
const;
98 void test_setvar()
const;
105 void test_oper()
const;
112 void test_structure()
const;
119 void test_math()
const;
126 void test_test()
const;
133 void test_script()
const;
136 std::unique_ptr<shell> m_pShell;
Header file for the BashSpark project.
A class to encapsulate shell testing functionalities.
Definition test_shell.h:40
test_shell()
Constructs a test_shell object.
Definition test_shell.cpp:55
void test() const
Executes a series of tests.
Definition test_shell.cpp:59