Skip to content

Commit 3607ebd

Browse files
committed
๐Ÿ› ๏ธ ์ˆ˜์ • : TC ์ด๋ฆ„ ์ˆ˜์ •
1 parent a2f562a commit 3607ebd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

โ€Žsrc/test/java/dev/haenara/mailprogramming/solution/y2019/m07/d21/Solution190721Test.ktโ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@ import org.junit.Test
77
class Solution190721Test {
88

99
@Test
10-
fun `191215-TC1 ์˜ˆ์ œ ์ž…๋ ฅ์ผ ๋•Œ ์˜ˆ์ œ ๊ฒฐ๊ณผ`() {
10+
fun `190721-TC1 ์˜ˆ์ œ ์ž…๋ ฅ์ผ ๋•Œ ์˜ˆ์ œ ๊ฒฐ๊ณผ`() {
1111
assertArrayEquals(
1212
arrayOf("00000", "00001", "00010", "00100", "00101", "01000", "01001", "01010", "10000", "10001", "10010", "10100", "10101"),
1313
Solution190721().solution(5)
1414
)
1515
}
1616

1717
@Test
18-
fun `191215-TC2 ์ž…๋ ฅ์ด 1์ผ๋•Œ 2๊ฐœ์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜`() {
18+
fun `190721-TC2 ์ž…๋ ฅ์ด 1์ผ๋•Œ 2๊ฐœ์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜`() {
1919
assertArrayEquals(
2020
arrayOf("0", "1"),
2121
Solution190721().solution(1)
2222
)
2323
}
2424

2525
@Test
26-
fun `191215-TC3 ์ž…๋ ฅ์ด 2์ผ๋•Œ 3๊ฐœ์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜`() {
26+
fun `190721-TC3 ์ž…๋ ฅ์ด 2์ผ๋•Œ 3๊ฐœ์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜`() {
2727
assertArrayEquals(
2828
arrayOf("00", "01", "10"),
2929
Solution190721().solution(2)
3030
)
3131
}
3232

3333
@Test
34-
fun `191215-TC4 ์ž…๋ ฅ์ด 3์ผ๋•Œ 5๊ฐœ์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜`() {
34+
fun `190721-TC4 ์ž…๋ ฅ์ด 3์ผ๋•Œ 5๊ฐœ์˜ ๊ฒฝ์šฐ์˜ ์ˆ˜`() {
3535
assertArrayEquals(
3636
arrayOf("000", "001", "010", "100", "101"),
3737
Solution190721().solution(3)

โ€Žsrc/test/java/dev/haenara/mailprogramming/solution/y2019/m12/d08/Solution191208Test.ktโ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,31 @@ import org.junit.Test
77
internal class Solution191208Test {
88

99
@Test
10-
fun `191215-TC1 ์˜ˆ์ œ ์ž…๋ ฅ์ผ ๋•Œ ์˜ˆ์ œ ๊ฒฐ๊ณผ`() {
10+
fun `191208-TC1 ์˜ˆ์ œ ์ž…๋ ฅ์ผ ๋•Œ ์˜ˆ์ œ ๊ฒฐ๊ณผ`() {
1111
assertEquals(
1212
10,
1313
Solution191208().solution(12)
1414
)
1515
}
1616

1717
@Test
18-
fun `191215-TC2 ์˜ˆ์ œ ์ž…๋ ฅ 1์ผ ๋•Œ ๊ฒฐ๊ณผ 0`() {
18+
fun `191208-TC2 ์˜ˆ์ œ ์ž…๋ ฅ 1์ผ ๋•Œ ๊ฒฐ๊ณผ 0`() {
1919
assertEquals(
2020
0,
2121
Solution191208().solution(1)
2222
)
2323
}
2424

2525
@Test
26-
fun `191215-TC3 ์˜ˆ์ œ ์ž…๋ ฅ 2์ผ ๋•Œ ๊ฒฐ๊ณผ 0`() {
26+
fun `191208-TC3 ์˜ˆ์ œ ์ž…๋ ฅ 2์ผ ๋•Œ ๊ฒฐ๊ณผ 0`() {
2727
assertEquals(
2828
0,
2929
Solution191208().solution(0)
3030
)
3131
}
3232

3333
@Test
34-
fun `191215-TC4 ์˜ˆ์ œ ์ž…๋ ฅ 3์ผ ๋•Œ ๊ฒฐ๊ณผ 2`() {
34+
fun `191208-TC4 ์˜ˆ์ œ ์ž…๋ ฅ 3์ผ ๋•Œ ๊ฒฐ๊ณผ 2`() {
3535
assertEquals(
3636
2,
3737
Solution191208().solution(3)
@@ -40,7 +40,7 @@ internal class Solution191208Test {
4040

4141

4242
@Test
43-
fun `191215-TC5 ์˜ˆ์ œ ์ž…๋ ฅ 35์ผ ๋•Œ ๊ฒฐ๊ณผ 44`() {
43+
fun `191208-TC5 ์˜ˆ์ œ ์ž…๋ ฅ 35์ผ ๋•Œ ๊ฒฐ๊ณผ 44`() {
4444
assertEquals(
4545
44,
4646
Solution191208().solution(35)

0 commit comments

Comments
ย (0)