logisim-evolution icon indicating copy to clipboard operation
logisim-evolution copied to clipboard

Research and perhaps move main method tests to junit

Open davidhutchens opened this issue 2 years ago • 2 comments

The code contains 4 main methods that may be intended as tests. These should be move to junit tests as appropriate. The four main methods are:

davidhutchens avatar Mar 15 '22 16:03 davidhutchens

@davidhutchens: Can this be closed since PRs #1438 and #1446 got merged in the meantime?

maehne avatar May 05 '22 13:05 maehne

@maehne: PRs #1438 and #1446 moved the main test method from HexFile to junit. There are three other main methods listed in this issue that should be examined. So I will leave this issue open pending a resolution for those.

davidhutchens avatar May 05 '22 21:05 davidhutchens

With the merge of #1955, all the main test drivers have been converted to JUnit.

davidhutchens avatar Feb 06 '24 13:02 davidhutchens