Update and rename CompoundOperatorsTest.java to CompoundOperatorsUnitTest.java

This commit is contained in:
Loredana Crusoveanu 2018-11-30 20:26:30 +02:00 committed by GitHub
parent 3b42c48820
commit 6f717e04d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class CompoundOperatorsTest {
public class CompoundOperatorsUnitTest {
@Test
public void whenAssignmentOperatorIsUsed_thenValueIsAssigned() {