package net.bible.test; /** * This class serves only as a flag that it is the test environment if this class exists. * Likewise if this class is not found it is a real Android environment - not test. */ public class TestEnvironmentFlag { }