Skip to content

Commit 000dc2c

Browse files
committed
Describe Assert plugin
1 parent 1c534a8 commit 000dc2c

4 files changed

Lines changed: 931 additions & 4 deletions

File tree

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ gtag('config', 'G-VYGDN3X0PR');`],
8787
link: '/docs/plugins.md',
8888
items: [
8989
{ text: 'Test Attribute', link: '/docs/plugins/test.md' },
90+
{ text: 'Assert & Expect', link: '/docs/plugins/assert.md' },
9091
{ text: 'Naming Conventions', link: '/docs/plugins/convention.md' },
9192
{ text: 'Inline Tests', link: '/docs/plugins/inline.md' },
9293
{ text: 'Data Providers', link: '/docs/plugins/data.md' },
9394
{ text: 'Lifecycle', link: '/docs/plugins/lifecycle.md' },
9495
{ text: 'Retry', link: '/docs/plugins/retry.md' },
95-
{ text: 'Assert & Expect', link: '/docs/plugins/assert.md' },
9696
{ text: 'Benchmarks', link: '/docs/plugins/bench.md' },
9797
],
9898
},
@@ -145,12 +145,12 @@ gtag('config', 'G-VYGDN3X0PR');`],
145145
link: '/ru/docs/plugins.md',
146146
items: [
147147
{ text: 'Атрибут \#[Test]', link: '/ru/docs/plugins/test.md' },
148+
{ text: 'Assert и Expect', link: '/ru/docs/plugins/assert.md' },
148149
{ text: 'Конвенции именования', link: '/ru/docs/plugins/convention.md' },
149150
{ text: 'Встроенные тесты', link: '/ru/docs/plugins/inline.md' },
150151
{ text: 'Провайдеры данных', link: '/ru/docs/plugins/data.md' },
151152
{ text: 'Жизненный цикл', link: '/ru/docs/plugins/lifecycle.md' },
152153
{ text: 'Retry', link: '/ru/docs/plugins/retry.md' },
153-
{ text: 'Assert и Expect', link: '/ru/docs/plugins/assert.md' },
154154
{ text: 'Бенчмарки', link: '/ru/docs/plugins/bench.md' },
155155
],
156156
},

.vitepress/theme/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,9 @@ a.func-ref:hover {
755755
}
756756

757757
a.func-ref .func-ref-tooltip-sig,
758-
a.func-ref .func-ref-tooltip-short {
758+
a.func-ref .func-ref-tooltip-short,
759+
a.func-ref:hover .func-ref-tooltip-sig,
760+
a.func-ref:hover .func-ref-tooltip-short {
759761
color: var(--vp-c-text-2);
760762
}
761763

0 commit comments

Comments
 (0)