Each individual Unit Test will be named after the function that it tests. The format of this name will be the function name, followed by the word Test, followed by the number of the test. For example, unit tests for the getName function should be called getNameTest1, getNameTest2, and so on.