add v1.0.0
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.xcl.location;
|
||||
|
||||
import ohos.aafwk.ability.delegation.AbilityDelegatorRegistry;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
public class ExampleOhosTest {
|
||||
@Test
|
||||
public void testBundleName() {
|
||||
final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName();
|
||||
assertEquals("com.xcl.location", actualBundleName);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user