Documentation ¶ Index ¶ func RunNaabuAndGetResults(question string, debug bool, extra ...string) ([]string, error) func RunNaabuBinaryAndGetResults(target string, naabuBinary string, debug bool, args []string) ([]string, error) type TestCase Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunNaabuAndGetResults ¶ func RunNaabuAndGetResults(question string, debug bool, extra ...string) ([]string, error) RunNaabuAndGetResults returns a list of results func RunNaabuBinaryAndGetResults ¶ func RunNaabuBinaryAndGetResults(target string, naabuBinary string, debug bool, args []string) ([]string, error) Types ¶ type TestCase ¶ type TestCase interface { // Execute executes a test case and returns any errors if occurred Execute() error } TestCase is a single integration test case Source Files ¶ View all Source files integration.go Click to show internal directories. Click to hide internal directories.