You've already forked v2ray-core
test cases for rand
This commit is contained in:
@@ -16,6 +16,10 @@ func Assert(t *testing.T) *Assertion {
|
||||
return assert
|
||||
}
|
||||
|
||||
func (a *Assertion) Int64(value int64) *Int64Subject {
|
||||
return NewInt64Subject(NewSubject(a), value)
|
||||
}
|
||||
|
||||
func (a *Assertion) Int(value int) *IntSubject {
|
||||
return NewIntSubject(NewSubject(a), value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user