-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #72 Savepoint * #72 Add null testcases * #72 Add null testcases * #72 Prepare for versioned release
- Loading branch information
Showing
10 changed files
with
123 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package g2api | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
// ---------------------------------------------------------------------------- | ||
// Test interface functions | ||
// ---------------------------------------------------------------------------- | ||
|
||
func TestG2api_Null(test *testing.T) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package g2config | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
// ---------------------------------------------------------------------------- | ||
// Test interface functions | ||
// ---------------------------------------------------------------------------- | ||
|
||
func TestG2config_Null(test *testing.T) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package g2configmgr | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
// ---------------------------------------------------------------------------- | ||
// Test interface functions | ||
// ---------------------------------------------------------------------------- | ||
|
||
func TestG2configmgr_Null(test *testing.T) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package g2diagnostic | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
// ---------------------------------------------------------------------------- | ||
// Test interface functions | ||
// ---------------------------------------------------------------------------- | ||
|
||
func TestG2diagnostic_Null(test *testing.T) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package g2engine | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
// ---------------------------------------------------------------------------- | ||
// Test interface functions | ||
// ---------------------------------------------------------------------------- | ||
|
||
func TestG2engine_Null(test *testing.T) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package g2product | ||
|
||
import ( | ||
"testing" | ||
) | ||
|
||
// ---------------------------------------------------------------------------- | ||
// Test interface functions | ||
// ---------------------------------------------------------------------------- | ||
|
||
func TestG2product_Null(test *testing.T) { | ||
} |