diff --git a/123bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/123bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/123bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/123bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/123bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/123bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/1xaud/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/1xaud/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/1xaud/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/1xaud/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/1xaud/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/1xaud/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/1xhuat/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/1xhuat/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/1xhuat/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/1xhuat/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/1xhuat/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/1xhuat/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/2ugo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/2ugo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/2ugo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/2ugo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/2ugo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/2ugo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/2uob/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/2uob/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/2uob/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/2uob/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/2uob/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/2uob/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/711bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/711bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/711bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/711bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/711bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/711bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/76Pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/76Pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/76Pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/76Pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/76Pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/76Pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/7pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/7pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/7pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/7pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/7pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/7pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/93pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/93pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/93pokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/93pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/93pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/93pokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/99kopitiam/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/99kopitiam/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/99kopitiam/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/99kopitiam/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/99kopitiam/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/99kopitiam/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/9kelab/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/9kelab/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/9kelab/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/9kelab/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/9kelab/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/9kelab/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Bbj/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Bbj/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Bbj/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Bbj/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Bbj/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Bbj/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Bintang918/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Bintang918/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Bintang918/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Bintang918/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Bintang918/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Bintang918/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Candy916/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Candy916/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Candy916/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Candy916/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Candy916/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Candy916/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Cashsweep/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Cashsweep/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Cashsweep/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Cashsweep/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Cashsweep/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Cashsweep/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Dmcslot/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Dmcslot/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Dmcslot/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Dmcslot/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Dmcslot/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Dmcslot/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/FreeAUD/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/FreeAUD/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/FreeAUD/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/FreeAUD/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/FreeAUD/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/FreeAUD/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Gdslot888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Gdslot888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Gdslot888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Gdslot888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Gdslot888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Gdslot888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Jeslot88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Jeslot88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Jeslot88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Jeslot88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Jeslot88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Jeslot88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Judy88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Judy88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Judy88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Judy88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Judy88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Judy88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Kejapjudi/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Kejapjudi/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Kejapjudi/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Kejapjudi/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Kejapjudi/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Kejapjudi/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Magnum888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Magnum888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Magnum888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Magnum888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Magnum888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Magnum888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Mahkota8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Mahkota8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Mahkota8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Mahkota8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Mahkota8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Mahkota8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Mk88aud/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Mk88aud/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Mk88aud/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Mk88aud/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Mk88aud/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Mk88aud/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Mko888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Mko888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Mko888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Mko888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Mko888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Mko888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Oyen333/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Oyen333/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Oyen333/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Oyen333/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Oyen333/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Oyen333/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/Petron777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/Petron777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/Petron777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/Petron777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/Petron777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/Petron777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/RichSpin96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/RichSpin96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/RichSpin96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/RichSpin96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/RichSpin96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/RichSpin96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/afb77au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/afb77au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/afb77au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/afb77au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/afb77au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/afb77au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/afb88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/afb88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/afb88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/afb88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/afb88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/afb88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/agn888new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/agn888new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/agn888new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/agn888new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/agn888new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/agn888new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ak44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ak44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ak44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ak44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ak44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ak44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/amb88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/amb88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/amb88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/amb88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/amb88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/amb88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/app/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/app/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/app/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/app/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/app/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/app/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/atm/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/atm/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/atm/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/atm/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/atm/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/atm/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/aud2u/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/aud2u/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/aud2u/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/aud2u/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/aud2u/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/aud2u/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/audclub/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/audclub/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/audclub/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/audclub/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/audclub/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/audclub/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/auking777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/auking777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/auking777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/auking777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/auking777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/auking777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/auplay77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/auplay77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/auplay77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/auplay77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/auplay77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/auplay77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/babelive/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/babelive/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/babelive/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/babelive/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/babelive/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/babelive/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bandarjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bandarjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bandarjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bandarjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bandarjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bandarjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bantuan88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bantuan88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bantuan88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bantuan88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bantuan88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bantuan88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_Fachai8hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_Fachai8hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_Fachai8hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_Fachai8hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_Fachai8hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_Fachai8hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_bk88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_bk88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_bk88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_bk88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_bk88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_bk88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_no/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_no/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_no/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_no/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_no/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_no/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_no_all/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_no_all/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_no_all/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_no_all/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_no_all/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_no_all/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_no_music/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_no_music/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_no_music/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_no_music/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_no_music/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_no_music/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_player/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_player/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_player/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_player/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_player/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_player/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/base_theme/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/base_theme/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/base_theme/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/base_theme/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/base_theme/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/base_theme/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bb8au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bb8au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bb8au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bb8au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bb8au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bb8au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/be9au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/be9au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/be9au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/be9au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/be9au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/be9au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/betmana96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/betmana96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/betmana96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/betmana96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/betmana96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/betmana96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bigbonus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bigbonus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bigbonus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bigbonus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bigbonus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bigbonus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bika99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bika99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bika99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bika99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bika99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bika99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bk888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bk888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bk888/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bk888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bk888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bk888/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bkk88au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bkk88au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bkk88au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bkk88au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bkk88au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bkk88au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/boda8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/boda8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/boda8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/boda8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/boda8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/boda8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/bp99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/bp99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/bp99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/bp99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/bp99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/bp99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/cashkingau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/cashkingau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/cashkingau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/cashkingau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/cashkingau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/cashkingau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/cekap33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/cekap33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/cekap33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/cekap33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/cekap33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/cekap33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/cergas/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/cergas/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/cergas/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/cergas/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/cergas/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/cergas/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/cpx88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/cpx88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/cpx88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/cpx88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/cpx88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/cpx88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/cpx88_test/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/cpx88_test/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/cpx88_test/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/cpx88_test/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/cpx88_test/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/cpx88_test/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/cucislot365/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/cucislot365/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/cucislot365/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/cucislot365/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/cucislot365/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/cucislot365/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/dapatcuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/dapatcuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/dapatcuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/dapatcuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/dapatcuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/dapatcuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/disney/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/disney/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/disney/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/disney/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/disney/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/disney/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/dn99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/dn99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/dn99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/dn99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/dn99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/dn99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/dstest/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/dstest/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/dstest/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/dstest/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/dstest/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/dstest/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/easycuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/easycuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/easycuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/easycuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/easycuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/easycuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ek9pgk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ek9pgk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ek9pgk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ek9pgk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ek9pgk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ek9pgk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/emas44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/emas44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/emas44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/emas44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/emas44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/emas44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/emu668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/emu668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/emu668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/emu668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/emu668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/emu668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ezspin/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ezspin/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ezspin/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ezspin/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ezspin/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ezspin/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/facai8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/facai8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/facai8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/facai8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/facai8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/facai8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/fachai8hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/fachai8hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/fachai8hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/fachai8hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/fachai8hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/fachai8hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/flashau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/flashau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/flashau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/flashau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/flashau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/flashau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/freecredit66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/freecredit66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/freecredit66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/freecredit66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/freecredit66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/freecredit66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/freecuci365/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/freecuci365/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/freecuci365/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/freecuci365/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/freecuci365/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/freecuci365/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/funpokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/funpokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/funpokies/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/funpokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/funpokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/funpokies/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/gembetaus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/gembetaus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/gembetaus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/gembetaus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/gembetaus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/gembetaus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/gg66au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/gg66au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/gg66au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/gg66au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/gg66au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/gg66au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/gk9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/gk9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/gk9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/gk9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/gk9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/gk9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/goldau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/goldau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/goldau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/goldau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/goldau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/goldau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/happyaud668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/happyaud668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/happyaud668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/happyaud668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/happyaud668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/happyaud668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/hari2spin/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/hari2spin/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/hari2spin/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/hari2spin/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/hari2spin/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/hari2spin/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/hariwin88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/hariwin88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/hariwin88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/hariwin88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/hariwin88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/hariwin88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/heygirl/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/heygirl/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/heygirl/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/heygirl/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/heygirl/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/heygirl/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/hoh99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/hoh99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/hoh99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/hoh99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/hoh99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/hoh99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/honor88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/honor88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/honor88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/honor88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/honor88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/honor88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/i8sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/i8sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/i8sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/i8sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/i8sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/i8sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ironman98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ironman98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ironman98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ironman98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ironman98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ironman98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/jackpotau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/jackpotau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/jackpotau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/jackpotau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/jackpotau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/jackpotau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/jayakaya99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/jayakaya99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/jayakaya99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/jayakaya99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/jayakaya99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/jayakaya99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/jcpot868/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/jcpot868/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/jcpot868/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/jcpot868/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/jcpot868/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/jcpot868/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/jdclub9vip/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/jdclub9vip/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/jdclub9vip/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/jdclub9vip/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/jdclub9vip/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/jdclub9vip/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/jhs/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/jhs/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/jhs/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/jhs/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/jhs/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/jhs/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/jom88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/jom88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/jom88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/jom88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/jom88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/jom88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/judi2u/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/judi2u/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/judi2u/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/judi2u/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/judi2u/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/judi2u/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/kaki/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/kaki/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/kaki/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/kaki/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/kaki/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/kaki/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/kakinew/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/kakinew/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/kakinew/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/kakinew/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/kakinew/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/kakinew/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/kakislot/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/kakislot/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/kakislot/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/kakislot/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/kakislot/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/kakislot/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/kampungjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/kampungjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/kampungjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/kampungjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/kampungjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/kampungjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/kangaroo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/kangaroo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/kangaroo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/kangaroo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/kangaroo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/kangaroo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/koala88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/koala88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/koala88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/koala88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/koala88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/koala88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/kongbo96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/kongbo96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/kongbo96/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/kongbo96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/kongbo96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/kongbo96/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/limau55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/limau55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/limau55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/limau55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/limau55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/limau55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/loan/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/loan/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/loan/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/loan/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/loan/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/loan/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/luckau2/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/luckau2/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/luckau2/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/luckau2/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/luckau2/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/luckau2/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/luckybet777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/luckybet777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/luckybet777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/luckybet777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/luckybet777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/luckybet777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/m1m/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/m1m/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/m1m/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/m1m/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/m1m/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/m1m/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/madani777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/madani777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/madani777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/madani777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/madani777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/madani777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/malaysia33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/malaysia33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/malaysia33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/malaysia33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/malaysia33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/malaysia33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/market/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/market/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/market/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/market/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/market/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/market/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/maucuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/maucuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/maucuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/maucuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/maucuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/maucuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/meemee99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/meemee99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/meemee99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/meemee99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/meemee99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/meemee99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/megakaya77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/megakaya77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/megakaya77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/megakaya77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/megakaya77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/megakaya77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/mgi/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/mgi/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/mgi/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/mgi/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/mgi/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/mgi/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/millionkking/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/millionkking/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/millionkking/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/millionkking/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/millionkking/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/millionkking/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/missav/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/missav/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/missav/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/missav/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/missav/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/missav/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/mk99pgk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/mk99pgk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/mk99pgk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/mk99pgk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/mk99pgk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/mk99pgk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/mrbluey/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/mrbluey/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/mrbluey/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/mrbluey/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/mrbluey/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/mrbluey/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/mrsg8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/mrsg8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/mrsg8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/mrsg8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/mrsg8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/mrsg8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/mudahking/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/mudahking/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/mudahking/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/mudahking/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/mudahking/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/mudahking/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/mycuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/mycuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/mycuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/mycuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/mycuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/mycuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/nak99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/nak99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/nak99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/nak99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/nak99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/nak99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/nep88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/nep88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/nep88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/nep88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/nep88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/nep88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/nova668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/nova668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/nova668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/nova668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/nova668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/nova668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/nova9sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/nova9sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/nova9sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/nova9sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/nova9sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/nova9sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/novaau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/novaau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/novaau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/novaau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/novaau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/novaau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/nyonya9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/nyonya9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/nyonya9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/nyonya9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/nyonya9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/nyonya9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/nz88au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/nz88au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/nz88au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/nz88au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/nz88au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/nz88au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/okebos/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/okebos/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/okebos/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/okebos/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/okebos/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/okebos/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/okego/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/okego/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/okego/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/okego/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/okego/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/okego/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/only1au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/only1au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/only1au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/only1au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/only1au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/only1au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ozlotto88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ozlotto88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ozlotto88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ozlotto88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ozlotto88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ozlotto88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pantas33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pantas33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pantas33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pantas33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pantas33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pantas33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/penang55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/penang55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/penang55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/penang55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/penang55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/penang55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/perdana99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/perdana99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/perdana99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/perdana99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/perdana99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/perdana99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/petronas777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/petronas777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/petronas777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/petronas777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/petronas777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/petronas777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/play33new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/play33new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/play33new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/play33new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/play33new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/play33new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/play88aus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/play88aus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/play88aus/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/play88aus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/play88aus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/play88aus/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/playdash/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/playdash/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/playdash/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/playdash/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/playdash/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/playdash/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pms99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pms99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pms99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pms99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pms99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pms99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pngplay33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pngplay33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pngplay33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pngplay33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pngplay33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pngplay33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pob88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pob88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pob88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pob88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pob88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pob88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pokies100/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pokies100/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pokies100/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pokies100/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pokies100/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pokies100/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pop99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pop99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pop99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pop99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pop99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pop99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ppn88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ppn88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ppn88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ppn88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ppn88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ppn88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/pxp99au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/pxp99au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/pxp99au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/pxp99au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/pxp99au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/pxp99au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rapid97/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rapid97/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rapid97/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rapid97/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rapid97/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rapid97/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rebate99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rebate99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rebate99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rebate99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rebate99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rebate99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rezeki44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rezeki44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rezeki44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rezeki44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rezeki44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rezeki44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rm99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rm99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rm99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rm99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rm99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rm99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rmcuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rmcuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rmcuci/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rmcuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rmcuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rmcuci/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/roarbet88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/roarbet88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/roarbet88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/roarbet88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/roarbet88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/roarbet88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rose21/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rose21/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rose21/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rose21/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rose21/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rose21/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/royalbet63/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/royalbet63/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/royalbet63/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/royalbet63/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/royalbet63/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/royalbet63/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/rtf88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/rtf88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/rtf88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/rtf88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/rtf88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/rtf88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/s9asia/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/s9asia/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/s9asia/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/s9asia/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/s9asia/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/s9asia/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/samamenang/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/samamenang/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/samamenang/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/samamenang/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/samamenang/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/samamenang/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sample/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sample/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sample/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sample/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sample/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sample/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sands33hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sands33hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sands33hk/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sands33hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sands33hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sands33hk/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/semangat33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/semangat33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/semangat33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/semangat33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/semangat33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/semangat33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sgd8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sgd8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sgd8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sgd8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sgd8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sgd8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sgplay77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sgplay77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sgplay77/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sgplay77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sgplay77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sgplay77/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sgwin66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sgwin66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sgwin66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sgwin66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sgwin66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sgwin66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/shell777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/shell777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/shell777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/shell777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/shell777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/shell777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/singbet8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/singbet8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/singbet8/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/singbet8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/singbet8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/singbet8/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/singplay777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/singplay777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/singplay777/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/singplay777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/singplay777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/singplay777/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sking668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sking668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sking668/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sking668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sking668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sking668/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/slotkaki/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/slotkaki/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/slotkaki/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/slotkaki/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/slotkaki/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/slotkaki/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sonicau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sonicau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sonicau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sonicau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sonicau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sonicau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/speednp/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/speednp/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/speednp/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/speednp/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/speednp/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/speednp/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/spin44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/spin44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/spin44/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/spin44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/spin44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/spin44/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/spin99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/spin99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/spin99/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/spin99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/spin99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/spin99/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/spinsini/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/spinsini/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/spinsini/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/spinsini/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/spinsini/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/spinsini/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/sprintau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/sprintau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/sprintau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/sprintau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/sprintau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/sprintau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/supergameau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/supergameau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/supergameau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/supergameau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/supergameau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/supergameau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/surebet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/surebet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/surebet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/surebet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/surebet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/surebet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/swiftau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/swiftau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/swiftau/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/swiftau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/swiftau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/swiftau/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/syok4bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/syok4bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/syok4bet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/syok4bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/syok4bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/syok4bet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/tamanjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/tamanjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/tamanjudi33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/tamanjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/tamanjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/tamanjudi33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/tealive88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/tealive88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/tealive88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/tealive88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/tealive88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/tealive88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/telur33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/telur33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/telur33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/telur33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/telur33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/telur33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/tesla88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/tesla88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/tesla88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/tesla88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/tesla88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/tesla88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/testTime/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/testTime/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/testTime/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/testTime/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/testTime/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/testTime/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/tinju55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/tinju55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/tinju55/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/tinju55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/tinju55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/tinju55/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/tkgo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/tkgo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/tkgo/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/tkgo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/tkgo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/tkgo/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/tng66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/tng66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/tng66/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/tng66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/tng66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/tng66/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/toto88new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/toto88new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/toto88new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/toto88new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/toto88new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/toto88new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ttslot888new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ttslot888new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ttslot888new/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ttslot888new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ttslot888new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ttslot888new/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/turbo6/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/turbo6/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/turbo6/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/turbo6/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/turbo6/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/turbo6/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/u88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/u88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/u88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/u88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/u88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/u88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ufo9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ufo9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ufo9/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ufo9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ufo9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ufo9/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/ufo9jpz/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/ufo9jpz/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/ufo9jpz/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/ufo9jpz/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/ufo9jpz/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/ufo9jpz/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/uu33au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/uu33au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/uu33au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/uu33au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/uu33au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/uu33au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/uwin33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/uwin33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/uwin33/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/uwin33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/uwin33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/uwin33/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/vv88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/vv88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/vv88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/vv88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/vv88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/vv88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/we1win/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/we1win/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/we1win/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/we1win/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/we1win/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/we1win/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/we88sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/we88sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/we88sg/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/we88sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/we88sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/we88sg/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/webo98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/webo98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/webo98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/webo98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/webo98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/webo98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/winbox99au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/winbox99au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/winbox99au/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/winbox99au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/winbox99au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/winbox99au/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/winway/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/winway/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/winway/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/winway/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/winway/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/winway/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/winwaynew/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/winwaynew/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/winwaynew/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/winwaynew/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/winwaynew/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/winwaynew/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/wombat88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/wombat88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/wombat88/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/wombat88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/wombat88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/wombat88/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/wynnbet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/wynnbet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/wynnbet/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/wynnbet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/wynnbet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/wynnbet/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file
diff --git a/xbox98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java b/xbox98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
deleted file mode 100644
index 44b9f39..0000000
--- a/xbox98/src/androidTest/java/Tptogiar/calculcator/ExampleInstrumentedTest.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package Tptogiar.calculcator;
-
-import android.content.Context;
-
-import androidx.test.platform.app.InstrumentationRegistry;
-import androidx.test.ext.junit.runners.AndroidJUnit4;
-
-import org.junit.Test;
-import org.junit.runner.RunWith;
-
-import static org.junit.Assert.*;
-
-/**
- * Instrumented test, which will execute on an Android device.
- *
- * @see Testing documentation
- */
-@RunWith(AndroidJUnit4.class)
-public class ExampleInstrumentedTest {
- @Test
- public void useAppContext() {
- // Context of the app under test.
- Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
- assertEquals("Tptogiar.calculcator", appContext.getPackageName());
- }
-}
\ No newline at end of file
diff --git a/xbox98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java b/xbox98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
deleted file mode 100644
index 3259554..0000000
--- a/xbox98/src/test/java/Tptogiar/calculcator/ExampleUnitTest.java
+++ /dev/null
@@ -1,35 +0,0 @@
-package Tptogiar.calculcator;
-
-import org.junit.Test;
-
-import java.util.regex.Matcher;
-import java.util.regex.Pattern;
-
-import static org.junit.Assert.*;
-
-/**
- * Example local unit test, which will execute on the development machine (host).
- *
- * @see Testing documentation
- */
-public class ExampleUnitTest {
- @Test
- public void addition_isCorrect() {
- assertEquals(4, 2 + 2);
- }
-
- @Test
- public void TestPattern(){
-//
- Pattern compile = Pattern.compile( "^(\\-|\\+)?\\d+(\\.\\d+)?$");
- String a="+45.5";
- boolean matches = compile.matcher(a).matches();
- System.out.println(matches);
- String result = compile.matcher(a).replaceAll("");
- System.out.println(result);
-
-
- }
-
-
-}
\ No newline at end of file