ExactlyLength asserts that two objects with maximum length of their string fields are equal in value and type. assert.ExactlyLength(t,2, "aa", "aaa") Shorts aaa to aa and checks if aa is equal to aa. This function is needed when writing random strings to the database table with short column length
(t TestingT, maxLength int, ptrExpected, ptrActual interface{}, msgAndArgs ...interface{})
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected