Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BPFinkInstance ¶
type BPFinkInstance struct {
// contains filtered or unexported fields
}
func BPFinkRun ¶
func BPFinkRun(t *testing.T, params BPFinkRunParameters) *BPFinkInstance
func (*BPFinkInstance) CheckIsHealthy ¶
func (instance *BPFinkInstance) CheckIsHealthy(t *testing.T) ProcessHealth
func (*BPFinkInstance) ExpectEvent ¶
func (instance *BPFinkInstance) ExpectEvent(t *testing.T, e Event)
func (*BPFinkInstance) ExpectNothing ¶
func (instance *BPFinkInstance) ExpectNothing(t *testing.T)
func (*BPFinkInstance) Shutdown ¶
func (instance *BPFinkInstance) Shutdown()
type BPFinkRunParameters ¶
type ProcessHealth ¶
type ProcessHealth int
const ( DIED ProcessHealth = iota WAITING ERROR HEALTHY )
Click to show internal directories.
Click to hide internal directories.