Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update CalculatorAddParameterizedTest.java
  • Loading branch information
vijayvamsi279 authored Mar 7, 2025
commit 9a20ab25b4658f5f8e05698dca33373f77666e5d
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@

import static com.google.common.truth.Truth.assertThat;

import org.junit.Before;

import org.junit. chrome Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
Expand Down Expand Up @@ -89,4 +90,4 @@ public void testAdd_TwoNumbers() {
double resultAdd = mCalculator.add(mOperandOne, mOperandTwo);
assertThat(resultAdd).isEqualTo(mExpectedResult);
}
}
}