gitlab.com/evatix-go/core@v1.3.55/coretests/CaseIndexPlusIsPrint.go (about)

     1  package coretests
     2  
     3  type CaseIndexPlusIsPrint struct {
     4  	IsPrint   bool
     5  	CaseIndex int
     6  }