The title of the chapter Plugin Unit Tests is a bit misleading.
Unit tests are usually done when adding/modifying some core feature/component, and plugins work within WordPress so the tests in the plugin are in fact integration tests.
The chapter title should be renamed to Plugin Integration Tests.