BashSpark
Loading...
Searching...
No Matches
bs::debug::test_shell Class Reference

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.
 

Detailed Description

A class to encapsulate shell testing functionalities.

This class provides methods to test shell commands and environment variable handling within the BashSpark framework.

Constructor & Destructor Documentation

◆ test_shell()

bs::debug::test_shell::test_shell ( )

Constructs a test_shell object.

Initializes the shell pointer.

Member Function Documentation

◆ test()

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.


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