Home
last modified time | relevance | path

Searched defs:bytesVerifier (Results 1 – 3 of 3) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dinternals_byteverifiers_test.go35 type bytesVerifier struct { struct
36 expectedBytes []byte // bytes that are expected to be written in next Write call
37 waitingForInput bool // true if verifier is waiting for a Write call
38 writtenData []byte // real bytes that actually were received during the last Write call
39 testEnv *testing.T
55 func (verifier *bytesVerifier) Write(bytes []byte) (n int, err error) {
86 func (verifier *bytesVerifier) ExpectBytes(bytes []byte) {
91 func (verifier *bytesVerifier) MustNotExpect() {
104 func (verifier *bytesVerifier) Close() error {
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dinternals_byteverifiers_test.go35 type bytesVerifier struct { struct
36 expectedBytes []byte // bytes that are expected to be written in next Write call
37 waitingForInput bool // true if verifier is waiting for a Write call
38 writtenData []byte // real bytes that actually were received during the last Write call
39 testEnv *testing.T
55 func (verifier *bytesVerifier) Write(bytes []byte) (n int, err error) {
86 func (verifier *bytesVerifier) ExpectBytes(bytes []byte) {
91 func (verifier *bytesVerifier) MustNotExpect() {
104 func (verifier *bytesVerifier) Close() error {
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cihub/seelog/
H A Dinternals_byteverifiers_test.go35 type bytesVerifier struct { struct
36 expectedBytes []byte // bytes that are expected to be written in next Write call
37 waitingForInput bool // true if verifier is waiting for a Write call
38 writtenData []byte // real bytes that actually were received during the last Write call
39 testEnv *testing.T
55 func (verifier *bytesVerifier) Write(bytes []byte) (n int, err error) {
86 func (verifier *bytesVerifier) ExpectBytes(bytes []byte) {
91 func (verifier *bytesVerifier) MustNotExpect() {
104 func (verifier *bytesVerifier) Close() error {