gitlab.com/evatix-go/core@v1.3.55/testconsts/constants.go (about)

     1  package testconsts
     2  
     3  //goland:noinspection ALL
     4  const (
     5  	JohnDoe     = "John Doe"
     6  	JaneDoe     = "Jane Doe"
     7  	John        = "John"
     8  	Jane        = "Jane"
     9  	Doe         = "Doe"
    10  	NumberOne   = 1
    11  	NumberTwo   = 2
    12  	NumberThree = 3
    13  	NumberFive  = 5
    14  )