No namespace
| BarBucCommand | Base class for all commands. |
| Foo1Command | Base class for all commands. |
| Foo2Command | Base class for all commands. |
| Foo3Command | Base class for all commands. |
| Foo4Command | Base class for all commands. |
| Foo5Command | Base class for all commands. |
| Foo6Command | Base class for all commands. |
| FoobarCommand | Base class for all commands. |
| FooCommand | Base class for all commands. |
| FooSubnamespaced1Command | Base class for all commands. |
| FooSubnamespaced2Command | Base class for all commands. |
| TestCommand | Base class for all commands. |
| afterEach | Add a tear down function for all specs in the current suite |
| beforeEach | Add a setup function for all specs in the current suite |
| context | Identical to describe. Useful for test readability |
| describe | Creates a suite and sets it on the suite factory |
| fcontext | Create a focused context |
| fdescribe | Create a focused suite |
| fit | Create a focused spec |
| it | Create a spec and add it to the current suite |
| xcontext | Create a pending context |
| xdescribe | Create a pending suite |
| xit | Create a pending spec |