Documentation ¶ Index ¶ func RunDnsxAndGetResults(question string, debug bool, extra ...string) ([]string, error) func RunDnsxBinaryAndGetResults(target string, dnsxBinary string, debug bool, args []string) ([]string, error) type TestCase Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RunDnsxAndGetResults ¶ func RunDnsxAndGetResults(question string, debug bool, extra ...string) ([]string, error) RunDnsxAndGetResults returns a list of results func RunDnsxBinaryAndGetResults ¶ func RunDnsxBinaryAndGetResults(target string, dnsxBinary 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.