Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestMessageWithResource_String (0.39 sec)

  1. pkg/config/analysis/diag/message_test.go

    	mt := NewMessageType(Error, "IST-0042", "Cheese type not found: %q")
    	m := NewMessage(mt, nil, "Feta")
    
    	g.Expect(m.String()).To(Equal(`Error [IST-0042] Cheese type not found: "Feta"`))
    }
    
    func TestMessageWithResource_String(t *testing.T) {
    	g := NewWithT(t)
    	mt := NewMessageType(Error, "IST-0042", "Cheese type not found: %q")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 31 14:48:28 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top