Skip to content

Commit

Permalink
all functionality is working expect for illegal button
Browse files Browse the repository at this point in the history
  • Loading branch information
Omp06 committed Dec 15, 2023
1 parent 2757176 commit 8ae1421
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 18 deletions.
2 changes: 0 additions & 2 deletions app/src/main/java/stock/view/Gui.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public class Gui implements GameObserver {
private EventRoller roller;

gameOver end;

private EventRoller roller;
boolean isMarket;
JLabel toBeTraded;
JLabel toBeCost;
Expand Down
16 changes: 0 additions & 16 deletions app/src/test/java/stock/market/simulator/AppTest.java

This file was deleted.

26 changes: 26 additions & 0 deletions app/src/test/java/stock/market/simulator/StockMarketTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package stock.market.simulator;

import stock.controller.*;
import stock.model.*;
import stock.view.*;



import org.junit.Test;
import stock.App;

import static org.junit.Assert.*;

public class StockMarketTest {
@Test public void intialPatternSize() {


}

@Test public void patternAfterGuesses() {

}
}

0 comments on commit 8ae1421

Please sign in to comment.