Skip to content

Commit 787a7e4

Browse files
committed
empty espresso post added and descriptions updated
1 parent c549686 commit 787a7e4

12 files changed

+23
-11
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
layout: post
3-
title: "Proces"
3+
title: "Proces testowy"
44
date: 2018-12-31
55
categories: ["Testowanie"]
66
image: testing/process
7-
description: "Testowanie - proces"
8-
keywords: "testowanie, testing, testy, jednostkowe, integracyjne, systemowe, akceptacyjne, manualne, automatyczne, lokalne, integracyjne, unit test, ui test, błąd, usterka, junit, jmeter, espresso, robolectric, android, programowanie, programming"
7+
description: "Testowanie"
8+
keywords: "testowanie, testing, testy, proces, poziomy, jednostkowe, integracyjne, systemowe, akceptacyjne, manualne, automatyczne, lokalne, integracyjne, unit test, ui test, błąd, usterka, junit, jmeter, espresso, robolectric, android, programowanie, programming"
99
---
1010

1111
## Definicja

_drafts/2019-01-07-testy_jednostkowe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Testy jednostkowe"
44
date: 2019-01-07
55
categories: ["Testowanie"]
66
image: testing/unit_test
7-
description: "Testy jednostkowe"
7+
description: "Testowanie"
88
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, integracyjne, zaślepka, atrapa, unit test, mock, stub, przypadki testowe, czarnoskrzynkowe, białoskrzynkowe, pokrycie kodu, pokrycie instrukcji, pokrycie gałęzi, pokrycie ścieżek, code coverage, statement coverage, path coverage, branch coverage, przypadki testowe, klasy równoważności, wartości brzegowe, tabele decyzyjne, przypadki użycia, junit, robolectric, mockito, android, programowanie, programming"
99
---
1010

_drafts/2019-01-14-junit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2019-01-14
55
categories: ["Testowanie"]
66
image: testing/junit
77
github: testing/tree/master/junit
8-
description: "JUnit"
8+
description: "Testowanie"
99
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"
1010
---
1111

_drafts/2019-01-21-mockito.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2019-01-21
55
categories: ["Testowanie"]
66
image: testing/mockito
77
github: testing/tree/master/mockito
8-
description: "Mockito"
8+
description: "Testowanie"
99
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, dubler, zaślepka, atrapa, unit test, mock, spy, stub, junit, verify, when, thenreturn, answer, mockito, powermock, mockk, robolectric, android, programowanie, programming"
1010
---
1111

_drafts/2019-01-28-robolectric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2019-01-28
55
categories: ["Testowanie"]
66
image: testing/robolectric
77
github: testing/tree/master/robolectric
8-
description: "Robolectric"
8+
description: "Testowanie"
99
keywords: "testowanie, testing, testy, jednostkowe, automatyczne, lokalne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, robolectric, robolectrictestrunner, config, shadow, build, setup, controller, activitycontroller, activity, fragment, service, intent, contenrprovider, android, programowanie, programming"
1010
---
1111

@@ -224,7 +224,7 @@ Robolectric tworzy środowisko wykonawcze zawierające prawdziwy kod Android SDK
224224

225225
{% highlight kotlin %}
226226
@Implements(TextView::class)
227-
class CustomTextShadowView : ShadowView() {
227+
class CustomShadowTextView : ShadowView() {
228228

229229
@Implementation
230230
fun setEnabled(enable: Boolean) {

_drafts/2019-02-04-espresso.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: post
3+
title: "Espresso"
4+
date: 2019-02-04
5+
categories: ["Testowanie"]
6+
image: testing/espresso
7+
github: testing/tree/master/espresso
8+
description: "Testowanie"
9+
keywords: "testowanie, testing, testy, jednostkowe, integracyjne, manualne, ui, automatyczne, lokalne, instrumentalne, zaślepka, atrapa, unit test, mock, stub, espresso, android, programowanie, programming"
10+
---
11+
12+
//TODO

_posts/kotlin/2018-12-10-klasy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2018-12-10
55
categories: ["Kotlin"]
66
image: kotlin/class
77
github: kotlin/blob/master/class.kt
8-
description: "Klasy"
8+
description: "Kotlin"
99
keywords: "kotlin, klasa, class, nested, inner, sealed, inline, konstruktor, constructor, primary, secondary, properties, fields, var, val, public, private, protected, internal, android, programowanie, programming"
1010
---
1111

_posts/kotlin/2018-12-17-polimorfizm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2018-12-17
55
categories: ["Kotlin"]
66
image: kotlin/polymorphism
77
github: kotlin/blob/master/polymorphism.kt
8-
description: "Polimorfizm"
8+
description: "Kotlin"
99
keywords: "kotlin, polimorfizm, dziedziczenie, interfejsy, abstrakcja, klasa, inheritance, polymorphism, interface, abstract, class, open, override, extensions, android, programowanie, programming"
1010
---
1111

_posts/kotlin/2018-12-24-delegacja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date: 2018-12-24
55
categories: ["Kotlin"]
66
image: kotlin/delegation
77
github: kotlin/blob/master/delegation.kt
8-
description: "Delegacja"
8+
description: "Kotlin"
99
keywords: "kotlin, delegacja, delegat, właściwości, delegation, delegate, properties, lazy, observable, map, android, programowanie, programming"
1010
---
1111

616 KB
Loading

0 commit comments

Comments
 (0)