and the following line should do it: ``` val hea...
# announcements
v
and the following line should do it:
Copy code
val header: SomeClass = mock()
whenever(header.key).thenReturn("columnName")