func (a *A) AssertNotNil(obtained interface{}) bool {

    if isNil(obtained) {
        line := getStackLine(2)
        fmt.Printf(""+