Home
last modified time | relevance | path

Searched refs:TestABC (Results 1 – 25 of 36) sorted by relevance

12

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/ugorji/go/codec/
H A Dcodec_test.go119 type TestABC struct { struct
123 func (x *TestABC) MarshalBinary() ([]byte, error) { argument
126 func (x *TestABC) MarshalText() ([]byte, error) { argument
129 func (x *TestABC) MarshalJSON() ([]byte, error) { argument
133 func (x *TestABC) UnmarshalBinary(data []byte) (err error) { argument
138 func (x *TestABC) UnmarshalText(data []byte) (err error) { argument
141 func (x *TestABC) UnmarshalJSON(data []byte) (err error) { argument
961 {&TestABC{"A", "BB", "CCC"}, new(TestABC)},
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dcodecs_test.go132 type TestABC struct { struct
143 func (r *TestRpcInt) EchoStruct(arg TestABC, res *string) error {
775 checkErrT(t, cl.Call("TestRpcInt.EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
776 checkEqualT(t, rstr, fmt.Sprintf("%#v", TestABC{"Aa", "Bb", "Cc"}), "rstr=")
925 checkErrT(t, cl.Call("EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
944 fmt.Sprintf("%#v\n%#v\n", []string{"A1", "B2", "C3"}, TestABC{"Aa", "Bb", "Cc"}), "cmdout=")
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/ugorji/go/codec/
H A Dcodecs_test.go132 type TestABC struct { struct
143 func (r *TestRpcInt) EchoStruct(arg TestABC, res *string) error {
775 checkErrT(t, cl.Call("TestRpcInt.EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
776 checkEqualT(t, rstr, fmt.Sprintf("%#v", TestABC{"Aa", "Bb", "Cc"}), "rstr=")
925 checkErrT(t, cl.Call("EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
944 fmt.Sprintf("%#v\n%#v\n", []string{"A1", "B2", "C3"}, TestABC{"Aa", "Bb", "Cc"}), "cmdout=")
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dcodecs_test.go132 type TestABC struct { struct
143 func (r *TestRpcInt) EchoStruct(arg TestABC, res *string) error {
775 checkErrT(t, cl.Call("TestRpcInt.EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
776 checkEqualT(t, rstr, fmt.Sprintf("%#v", TestABC{"Aa", "Bb", "Cc"}), "rstr=")
925 checkErrT(t, cl.Call("EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
944 fmt.Sprintf("%#v\n%#v\n", []string{"A1", "B2", "C3"}, TestABC{"Aa", "Bb", "Cc"}), "cmdout=")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dcodecs_test.go132 type TestABC struct { struct
143 func (r *TestRpcInt) EchoStruct(arg TestABC, res *string) error {
803 checkErrT(t, cl.Call("TestRpcInt.EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
804 checkEqualT(t, rstr, fmt.Sprintf("%#v", TestABC{"Aa", "Bb", "Cc"}), "rstr=")
953 checkErrT(t, cl.Call("EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
972 fmt.Sprintf("%#v\n%#v\n", []string{"A1", "B2", "C3"}, TestABC{"Aa", "Bb", "Cc"}), "cmdout=")
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dcodecs_test.go132 type TestABC struct { struct
143 func (r *TestRpcInt) EchoStruct(arg TestABC, res *string) error {
803 checkErrT(t, cl.Call("TestRpcInt.EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
804 checkEqualT(t, rstr, fmt.Sprintf("%#v", TestABC{"Aa", "Bb", "Cc"}), "rstr=")
953 checkErrT(t, cl.Call("EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
972 fmt.Sprintf("%#v\n%#v\n", []string{"A1", "B2", "C3"}, TestABC{"Aa", "Bb", "Cc"}), "cmdout=")
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/ugorji/go/codec/
H A Dcodec_test.go114 type TestABC struct { struct
125 func (r *TestRpcInt) EchoStruct(arg TestABC, res *string) error {
821 checkErrT(t, cl.Call("TestRpcInt.EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
822 checkEqualT(t, rstr, fmt.Sprintf("%#v", TestABC{"Aa", "Bb", "Cc"}), "rstr=")
1041 checkErrT(t, cl.Call("EchoStruct", TestABC{"Aa", "Bb", "Cc"}, &rstr))
1064 fmt.Sprintf("%#v\n%#v\n", []string{"A1", "B2", "C3"}, TestABC{"Aa", "Bb", "Cc"}), "cmdout=")
/dports/databases/tile38/tile38-1.12.0/geojson/geohash/
H A Dgeohash_test.go12 func TestABC(t *testing.T) { func
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_abc.py88 class TestABC(unittest.TestCase): class
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_abc.py13 class TestABC(unittest.TestCase): class
230 test_support.run_unittest(TestABC)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_abc.py13 class TestABC(unittest.TestCase): class
230 test_support.run_unittest(TestABC)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_abc.py13 class TestABC(unittest.TestCase): class
229 test_support.run_unittest(TestABC)
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_abc.py8 class TestABC: class
/dports/audio/libmodplug/libmodplug-0.8.9.0/
H A DChangeLog32 where: TestABC
46 where: TestABC
164 what: added public function members ReadABC and TestABC
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/
H A DChangeLog32 where: TestABC
46 where: TestABC
164 what: added public function members ReadABC and TestABC
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/ugorji/go/codec/codec/
H A Dcodec_test.go140 type TestABC struct { struct
144 func (x *TestABC) MarshalBinary() ([]byte, error) { argument
147 func (x *TestABC) MarshalText() ([]byte, error) { argument
150 func (x *TestABC) MarshalJSON() ([]byte, error) { argument
154 func (x *TestABC) UnmarshalBinary(data []byte) (err error) { argument
159 func (x *TestABC) UnmarshalText(data []byte) (err error) { argument
162 func (x *TestABC) UnmarshalJSON(data []byte) (err error) { argument
1339 {&TestABC{"A", "BB", "CCC"}, new(TestABC)},
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-msgpack/codec/
H A Dcodec_test.go140 type TestABC struct { struct
144 func (x *TestABC) MarshalBinary() ([]byte, error) { argument
147 func (x *TestABC) MarshalText() ([]byte, error) { argument
150 func (x *TestABC) MarshalJSON() ([]byte, error) { argument
154 func (x *TestABC) UnmarshalBinary(data []byte) (err error) { argument
159 func (x *TestABC) UnmarshalText(data []byte) (err error) { argument
162 func (x *TestABC) UnmarshalJSON(data []byte) (err error) { argument
1339 {&TestABC{"A", "BB", "CCC"}, new(TestABC)},
/dports/net/rospo/rospo-0.7.1/vendor/github.com/ugorji/go/go-1.1.7/codec/
H A Dcodec_test.go150 type TestABC struct { struct
154 func (x *TestABC) MarshalBinary() ([]byte, error) { argument
157 func (x *TestABC) MarshalText() ([]byte, error) { argument
160 func (x *TestABC) MarshalJSON() ([]byte, error) { argument
164 func (x *TestABC) UnmarshalBinary(data []byte) (err error) { argument
169 func (x *TestABC) UnmarshalText(data []byte) (err error) { argument
172 func (x *TestABC) UnmarshalJSON(data []byte) (err error) { argument
1426 {&TestABC{"A", "BB", "CCC"}, new(TestABC)},
/dports/www/mirrorselect/mirrorselect-0.9.0/vendor/github.com/ugorji/go/codec/
H A Dcodec_test.go150 type TestABC struct { struct
154 func (x *TestABC) MarshalBinary() ([]byte, error) { argument
157 func (x *TestABC) MarshalText() ([]byte, error) { argument
160 func (x *TestABC) MarshalJSON() ([]byte, error) { argument
164 func (x *TestABC) UnmarshalBinary(data []byte) (err error) { argument
169 func (x *TestABC) UnmarshalText(data []byte) (err error) { argument
172 func (x *TestABC) UnmarshalJSON(data []byte) (err error) { argument
1426 {&TestABC{"A", "BB", "CCC"}, new(TestABC)},
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_abc.py72 class TestABC(unittest.TestCase): class
485 return TestLegacyAPI, TestABC, TestABCWithInitSubclass
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_abc.py72 class TestABC(unittest.TestCase): class
485 return TestLegacyAPI, TestABC, TestABCWithInitSubclass
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_abc.py72 class TestABC(unittest.TestCase): class
485 return TestLegacyAPI, TestABC, TestABCWithInitSubclass
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_abc.py72 class TestABC(unittest.TestCase): class
485 return TestLegacyAPI, TestABC, TestABCWithInitSubclass
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_abc.py72 class TestABC(unittest.TestCase): class
485 return TestLegacyAPI, TestABC, TestABCWithInitSubclass
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_abc.py72 class TestABC(unittest.TestCase): class
485 return TestLegacyAPI, TestABC, TestABCWithInitSubclass

12