Skip to content

Commit 3c7befa

Browse files
committed
junit update and empty mockito post added
1 parent 84c5da4 commit 3c7befa

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

_drafts/2019-01-14-junit.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ title: "JUnit"
44
date: 2019-01-14
55
categories: ["Testowanie"]
66
image: testing/junit
7+
github: testing/tree/master/junit
78
description: "JUnit"
8-
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, before, after, rule, zaślepka, atrapa, unit test, mock, stub, przypadki testowe, pokrycie kodu, code coverage, przypadki testowe, klasa testowa, metoda testowa, junit, roboelectric, mockito, android, programowanie, programming"
9+
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, instrumentalne, before, after, rule, unit test, pokrycie kodu, code coverage, przypadki testowe, klasa testowa, metoda testowa, junit, androidjunit, runner, robolectric, mockito, android, programowanie, programming"
910
---
1011

1112
## Integracja
@@ -343,13 +344,13 @@ class InstrumentedTest {
343344
}
344345
}
345346

346-
class MainActivity : AppCompatActivity() {
347+
class GameActivity : AppCompatActivity() {
347348

348349
private val game = Game()
349350

350351
override fun onCreate(savedInstanceState: Bundle?) {
351352
super.onCreate(savedInstanceState)
352-
setContentView(R.layout.activity_main)
353+
setContentView(R.layout.activity_game)
353354
//init view
354355
}
355356

_drafts/2019-01-21-mockito.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: post
3+
title: "Mockito"
4+
date: 2019-01-21
5+
categories: ["Testowanie"]
6+
image: testing/mockito
7+
github: testing/tree/master/mockito
8+
description: "Mockito"
9+
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, junit, robolectric, mockito, android, programowanie, programming"
10+
---
341 KB
Loading
12.8 KB
Loading
31 KB
Loading

0 commit comments

Comments
 (0)