Android Studio Tic Tac Toe Game:The TicTacToeGame object should be tested by providing JUnit test cases that can be run against it. It should provide a couple to test cases that show complete games being played with the board configurations being printed out on the logcat terminal or run window. How to implement this? I’m slightly confused about how to write the test methods. Code:package com.comp1601.tictactoegame;import android.app.Activity;import android.os.Bundle;import android.util.Log;import android.view.Menu;import android.view.MenuItem;import android.view.View;import android.widget.Button;import android.widget.TextView;import android.widget.Toast;import java.util.Random;import static android.content.ContentValues.TAG;public class MainActivity extends Activity { int XWins = 0; int OWins = 0;
PayPal Gateway not configured
PayPal Gateway not configured