Skip to content

Commit c74958b

Browse files
committed
Deploying to site from @ 80c8180 🚀
1 parent a604f80 commit c74958b

File tree

6 files changed

+147
-3
lines changed

6 files changed

+147
-3
lines changed

‎docs/latest/burst/app.cash.burst/-test-function/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,21 @@ <h2 class="">Functions</h2>
198198
</div>
199199
</div>
200200
</div>
201+
<a data-name="-587498551%2FFunctions%2F994364928" anchor-label="toString" id="-587498551%2FFunctions%2F994364928" data-filterable-set=":burst:dokkaHtml/commonMain"></a>
202+
<div class="table-row" data-filterable-current=":burst:dokkaHtml/commonMain" data-filterable-set=":burst:dokkaHtml/commonMain">
203+
<div class="main-subrow keyValue ">
204+
<div class=""><span class="inline-flex">
205+
<div><a href="to-string.html"><span>to</span><wbr></wbr><span><span>String</span></span></a></div>
206+
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-587498551%2FFunctions%2F994364928"></span>
207+
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
208+
</span></span></div>
209+
<div>
210+
<div class="title">
211+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":burst:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">override </span><span class="token keyword">fun </span><a href="to-string.html"><span class="token function">toString</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a></div><div class="brief "><p class="paragraph">Returns the full test name, like <code class="lang-kotlin">com.example.project.FeatureTest.testMyFeature</code>.</p></div></div></div>
212+
</div>
213+
</div>
214+
</div>
215+
</div>
201216
</div>
202217
</div>
203218
</div>
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<!DOCTYPE html>
2+
<html class="no-js">
3+
<head>
4+
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
5+
<title>toString</title>
6+
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
7+
<script>var pathToRoot = "../../../";</script>
8+
<script>document.documentElement.classList.replace("no-js","js");</script>
9+
<script>const storage = localStorage.getItem("dokka-dark-mode")
10+
if (storage == null) {
11+
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
12+
if (osDarkSchemePreferred === true) {
13+
document.getElementsByTagName("html")[0].classList.add("theme-dark")
14+
}
15+
} else {
16+
const savedDarkMode = JSON.parse(storage)
17+
if(savedDarkMode === true) {
18+
document.getElementsByTagName("html")[0].classList.add("theme-dark")
19+
}
20+
}
21+
</script>
22+
<script type="text/javascript" src="https://unpkg.com/kotlin-playground@1/dist/playground.min.js" async="async"></script>
23+
<script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script>
24+
<link href="../../../styles/style.css" rel="Stylesheet">
25+
<link href="../../../styles/main.css" rel="Stylesheet">
26+
<link href="../../../styles/prism.css" rel="Stylesheet">
27+
<link href="../../../styles/logo-styles.css" rel="Stylesheet">
28+
<link href="../../../styles/font-jb-sans-auto.css" rel="Stylesheet">
29+
<link href="../../../ui-kit/ui-kit.min.css" rel="Stylesheet">
30+
<script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script>
31+
<script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script>
32+
<script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script>
33+
<script type="text/javascript" src="../../../scripts/main.js" defer="defer"></script>
34+
<script type="text/javascript" src="../../../scripts/prism.js" async="async"></script>
35+
<script type="text/javascript" src="../../../ui-kit/ui-kit.min.js" defer="defer"></script>
36+
<script type="text/javascript" src="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
37+
</head>
38+
<body>
39+
<div class="root">
40+
<nav class="navigation theme-dark" id="navigation-wrapper">
41+
<a class="library-name--link" href="../../../index.html">
42+
burst
43+
</a>
44+
<button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle"
45+
type="button">Toggle table of contents
46+
</button>
47+
<div class="navigation-controls--break ui-kit_mobile-only"></div>
48+
<div class="library-version" id="library-version">
49+
2.7.0-SNAPSHOT </div>
50+
<div class="navigation-controls">
51+
<div class="filter-section filter-section_loading" id="filter-section">
52+
<button class="platform-tag platform-selector common-like" data-active=""
53+
data-filter=":burst:dokkaHtml/commonMain">common</button>
54+
<div class="dropdown filter-section--dropdown" data-role="dropdown" id="filter-section-dropdown">
55+
<button class="button button_dropdown filter-section--dropdown-toggle" role="combobox"
56+
data-role="dropdown-toggle"
57+
aria-controls="platform-tags-listbox"
58+
aria-haspopup="listbox"
59+
aria-expanded="false"
60+
aria-label="Toggle source sets"
61+
></button>
62+
<ul role="listbox" id="platform-tags-listbox" class="dropdown--list" data-role="dropdown-listbox">
63+
<div class="dropdown--header"><span>Platform filter</span>
64+
<button class="button" data-role="dropdown-toggle" aria-label="Close platform filter">
65+
<i class="ui-kit-icon ui-kit-icon_cross"></i>
66+
</button>
67+
</div>
68+
<li role="option" class="dropdown--option platform-selector-option common-like" tabindex="0">
69+
<label class="checkbox">
70+
<input type="checkbox" class="checkbox--input" id=":burst:dokkaHtml/commonMain"
71+
data-filter=":burst:dokkaHtml/commonMain"/>
72+
<span class="checkbox--icon"></span>
73+
common
74+
</label>
75+
</li>
76+
</ul>
77+
<div class="dropdown--overlay"></div>
78+
</div>
79+
</div>
80+
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button"
81+
type="button">Switch theme
82+
</button>
83+
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
84+
API
85+
</div>
86+
</div>
87+
</nav>
88+
<div id="container">
89+
<div class="sidebar" id="leftColumn">
90+
<div class="dropdown theme-dark_mobile" data-role="dropdown" id="toc-dropdown">
91+
<ul role="listbox" id="toc-listbox" class="dropdown--list dropdown--list_toc-list"
92+
data-role="dropdown-listbox">
93+
<div class="dropdown--header">
94+
<span>
95+
burst
96+
</span>
97+
<button class="button" data-role="dropdown-toggle" aria-label="Close table of contents">
98+
<i class="ui-kit-icon ui-kit-icon_cross"></i>
99+
</button>
100+
</div>
101+
<div class="sidebar--inner" id="sideMenu"></div>
102+
</ul>
103+
<div class="dropdown--overlay"></div>
104+
</div>
105+
</div>
106+
<div id="main">
107+
<div class="main-content" data-page-type="member" id="content" pageIds="burst::app.cash.burst/TestFunction/toString/#/PointingToDeclaration//994364928">
108+
<div class="breadcrumbs"><a href="../../../index.html">burst</a><span class="delimiter">/</span><a href="../index.html">app.cash.burst</a><span class="delimiter">/</span><a href="index.html">TestFunction</a><span class="delimiter">/</span><span class="current">toString</span></div>
109+
<div class="cover ">
110+
<h1 class="cover"><span>to</span><wbr></wbr><span><span>String</span></span></h1>
111+
</div>
112+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":burst:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">open </span><span class="token keyword">override </span><span class="token keyword">fun </span><a href="to-string.html"><span class="token function">toString</span></a><span class="token punctuation">(</span><span class="token punctuation">)</span><span class="token operator">: </span><a href="https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-string/index.html">String</a></div><p class="paragraph">Returns the full test name, like <code class="lang-kotlin">com.example.project.FeatureTest.testMyFeature</code>.</p></div></div>
113+
</div>
114+
<div class="footer">
115+
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
116+
<span>© 2025 Copyright</span>
117+
<span class="pull-right">
118+
<span>Generated by </span>
119+
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">
120+
<span>dokka</span>
121+
</a>
122+
</span>
123+
</div>
124+
</div>
125+
</div>
126+
</div>
127+
</body>
128+
</html>

‎docs/latest/burst/app.cash.burst/-test-interceptor/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<div class="breadcrumbs"><a href="../../../index.html">burst</a><span class="delimiter">/</span><a href="../index.html">app.cash.burst</a><span class="delimiter">/</span><span class="current">TestInterceptor</span></div>
109109
<div class="cover ">
110110
<h1 class="cover"><span>Test</span><wbr></wbr><span><span>Interceptor</span></span></h1>
111-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":burst:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="index.html">TestInterceptor</a></div></div></div>
111+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":burst:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="index.html">TestInterceptor</a></div><p class="paragraph">Intercepts the execution of a test function, including its <code class="lang-kotlin">@BeforeTest</code> and <code class="lang-kotlin">@AfterTest</code> functions.</p><p class="paragraph">This sample creates a directory before a test runs and deletes it after.</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">class TemporaryDirectory : TestInterceptor {<br> lateinit var path: Path<br> private set<br><br> override fun intercept(testFunction: TestFunction) {<br> path = createTemporaryDirectory(testFunction)<br> try {<br> testFunction()<br> } finally {<br> deleteTemporaryDirectory(path)<br> }<br> }<br>}</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div><p class="paragraph">Adopt an interceptor in your test by declaring a property of this type (or any subtype) and annotating it <code class="lang-kotlin">@InterceptTest</code>:</p><div class="sample-container"><pre><code class="block lang-kotlin" theme="idea">class DocumentStorageTest {<br> @InterceptTest<br> val temporaryDirectory = TemporaryDirectory()<br><br> @Test<br> fun happyPath() {<br> val original = SampleData.document<br> DocumentWriter().write(original, temporaryDirectory.path)<br> val decoded = DocumentReader().read(temporaryDirectory.path)<br> assertThat(decoded).isEqualTo(original)<br> }<br>}</code></pre><span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div>
112112
</div>
113113
<div class="tabbedcontent">
114114
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>

‎docs/latest/burst/app.cash.burst/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h2 class="">Types</h2>
169169
</span></span></div>
170170
<div>
171171
<div class="title">
172-
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":burst:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-test-interceptor/index.html">TestInterceptor</a></div></div></div>
172+
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":burst:dokkaHtml/commonMain"><div class="symbol monospace"><span class="token keyword">interface </span><a href="-test-interceptor/index.html">TestInterceptor</a></div><div class="brief "><p class="paragraph">Intercepts the execution of a test function, including its <code class="lang-kotlin">@BeforeTest</code> and <code class="lang-kotlin">@AfterTest</code> functions.</p></div></div></div>
173173
</div>
174174
</div>
175175
</div>

‎docs/latest/burst/package-list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $dokka.location:app.cash.burst/TestFunction/className/#/PointingToDeclaration/b
1010
$dokka.location:app.cash.burst/TestFunction/functionName/#/PointingToDeclaration/burst/app.cash.burst/-test-function/function-name.html
1111
$dokka.location:app.cash.burst/TestFunction/invoke/#/PointingToDeclaration/burst/app.cash.burst/-test-function/invoke.html
1212
$dokka.location:app.cash.burst/TestFunction/packageName/#/PointingToDeclaration/burst/app.cash.burst/-test-function/package-name.html
13+
$dokka.location:app.cash.burst/TestFunction/toString/#/PointingToDeclaration/burst/app.cash.burst/-test-function/to-string.html
1314
$dokka.location:app.cash.burst/TestInterceptor///PointingToDeclaration/burst/app.cash.burst/-test-interceptor/index.html
1415
$dokka.location:app.cash.burst/TestInterceptor/intercept/#app.cash.burst.TestFunction/PointingToDeclaration/burst/app.cash.burst/-test-interceptor/intercept.html
1516
app.cash.burst

0 commit comments

Comments
 (0)