
Go to the source code of this file.
Classes | |
| class | SandislandTest |
| Tests that the basic sandisland world with the wamv was loaded. More... | |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (SandislandTest, WamvExists) | |
| Tests that the wamv model exists. More... | |
| TEST_F (SandislandTest, SandislandExists) | |
| Tests that the sandisland model exists. More... | |
| TEST_F (SandislandTest, OceanExists) | |
| Tests that the ocean model exists. More... | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file sandisland.cc.
| TEST_F | ( | SandislandTest | , |
| WamvExists | |||
| ) |
Tests that the wamv model exists.
Definition at line 35 of file sandisland.cc.
| TEST_F | ( | SandislandTest | , |
| SandislandExists | |||
| ) |
Tests that the sandisland model exists.
Definition at line 42 of file sandisland.cc.
| TEST_F | ( | SandislandTest | , |
| OceanExists | |||
| ) |
Tests that the ocean model exists.
Definition at line 49 of file sandisland.cc.