Skip to content

Commit

Permalink
Deploying to gh-pages from @ f12ca52 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Sep 12, 2024
1 parent ececdf6 commit 3e30c0d
Show file tree
Hide file tree
Showing 121 changed files with 11,308 additions and 1,367 deletions.
2,659 changes: 2,156 additions & 503 deletions data/documentation/nimble.json

Large diffs are not rendered by default.

69 changes: 64 additions & 5 deletions data/documentation/nimble/assertionhandler.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
"doc:\/\/Nimble\/documentation\/Nimble\/AssertionDispatcher",
"doc:\/\/Nimble\/documentation\/Nimble\/AssertionRecorder",
"doc:\/\/Nimble\/documentation\/Nimble\/NimbleShortXCTestHandler",
"doc:\/\/Nimble\/documentation\/Nimble\/NimbleSwiftTestingHandler",
"doc:\/\/Nimble\/documentation\/Nimble\/NimbleTestingHandler",
"doc:\/\/Nimble\/documentation\/Nimble\/NimbleXCTestHandler"
],
"kind" : "relationships",
Expand Down Expand Up @@ -377,18 +379,75 @@
"type" : "topic",
"url" : "\/documentation\/nimble\/nimbleshortxctesthandler"
},
"doc://Nimble/documentation/Nimble/NimbleXCTestHandler": {
"doc://Nimble/documentation/Nimble/NimbleSwiftTestingHandler": {
"abstract" : [

],
"fragments" : [
{
"text" : "Default handler for Nimble. This assertion handler passes failures along to",
"type" : "text"
"kind" : "keyword",
"text" : "class"
},
{
"text" : " ",
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "NimbleSwiftTestingHandler"
}
],
"identifier" : "doc:\/\/Nimble\/documentation\/Nimble\/NimbleSwiftTestingHandler",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "NimbleSwiftTestingHandler"
}
],
"role" : "symbol",
"title" : "NimbleSwiftTestingHandler",
"type" : "topic",
"url" : "\/documentation\/nimble\/nimbleswifttestinghandler"
},
"doc://Nimble/documentation/Nimble/NimbleTestingHandler": {
"abstract" : [
{
"text" : "Default handler for Nimble. This assertion handler passes on to Swift Testing or XCTest.",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "class"
},
{
"text" : "XCTest.",
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "NimbleTestingHandler"
}
],
"identifier" : "doc:\/\/Nimble\/documentation\/Nimble\/NimbleTestingHandler",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "NimbleTestingHandler"
}
],
"role" : "symbol",
"title" : "NimbleTestingHandler",
"type" : "topic",
"url" : "\/documentation\/nimble\/nimbletestinghandler"
},
"doc://Nimble/documentation/Nimble/NimbleXCTestHandler": {
"abstract" : [
{
"text" : "This assertion handler passes failures along to XCTest.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"identifier" : {
"interfaceLanguage" : "swift",
"url" : "doc:\/\/Nimble\/documentation\/Nimble\/expect(file:line:_:)-58u5j"
"url" : "doc:\/\/Nimble\/documentation\/Nimble\/expect(fileID:file:line:column:_:)-2csqt"
},
"kind" : "symbol",
"metadata" : {
"externalID" : "s:6Nimble6expect4file4line_AA15SyncExpectationVyxGs12StaticStringV_SuxSgyKcyXKtlF",
"externalID" : "s:6Nimble6expect6fileID0C04line6column_AA15SyncExpectationVyxGSS_s12StaticStringVS2uxSgyKcyXKtlF",
"fragments" : [
{
"kind" : "keyword",
Expand All @@ -53,6 +53,23 @@
"kind" : "text",
"text" : ">("
},
{
"kind" : "externalParam",
"text" : "fileID"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:SS",
"text" : "String"
},
{
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "file"
Expand Down Expand Up @@ -83,6 +100,23 @@
"preciseIdentifier" : "s:Su",
"text" : "UInt"
},
{
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "column"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:Su",
"text" : "UInt"
},
{
"kind" : "text",
"text" : ", () -> (() "
Expand Down Expand Up @@ -129,7 +163,7 @@
"role" : "symbol",
"roleHeading" : "Function",
"symbolKind" : "func",
"title" : "expect(file:line:_:)"
"title" : "expect(fileID:file:line:column:_:)"
},
"primaryContentSections" : [
{
Expand Down Expand Up @@ -166,6 +200,31 @@
"kind" : "text",
"text" : ">("
},
{
"kind" : "externalParam",
"text" : "fileID"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:SS",
"text" : "String"
},
{
"kind" : "text",
"text" : " = "
},
{
"kind" : "keyword",
"text" : "#fileID"
},
{
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "file"
Expand All @@ -186,7 +245,7 @@
},
{
"kind" : "keyword",
"text" : "#file"
"text" : "#filePath"
},
{
"kind" : "text",
Expand Down Expand Up @@ -217,6 +276,31 @@
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "column"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:Su",
"text" : "UInt"
},
{
"kind" : "text",
"text" : " = "
},
{
"kind" : "keyword",
"text" : "#column"
},
{
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "_"
Expand Down Expand Up @@ -292,7 +376,7 @@
"variants" : [
{
"paths" : [
"\/documentation\/nimble\/expect(file:line:_:)-58u5j"
"\/documentation\/nimble\/expect(fileid:file:line:column:_:)-2csqt"
],
"traits" : [
{
Expand Down Expand Up @@ -388,7 +472,7 @@
"type" : "topic",
"url" : "\/documentation\/nimble\/syncexpectation"
},
"doc://Nimble/documentation/Nimble/expect(file:line:_:)-58u5j": {
"doc://Nimble/documentation/Nimble/expect(fileID:file:line:column:_:)-2csqt": {
"abstract" : [
{
"text" : "Make a ",
Expand Down Expand Up @@ -429,6 +513,23 @@
"kind" : "text",
"text" : ">("
},
{
"kind" : "externalParam",
"text" : "fileID"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:SS",
"text" : "String"
},
{
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "file"
Expand Down Expand Up @@ -459,6 +560,23 @@
"preciseIdentifier" : "s:Su",
"text" : "UInt"
},
{
"kind" : "text",
"text" : ", "
},
{
"kind" : "externalParam",
"text" : "column"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:Su",
"text" : "UInt"
},
{
"kind" : "text",
"text" : ", () -> (() "
Expand Down Expand Up @@ -497,12 +615,12 @@
"text" : ">"
}
],
"identifier" : "doc:\/\/Nimble\/documentation\/Nimble\/expect(file:line:_:)-58u5j",
"identifier" : "doc:\/\/Nimble\/documentation\/Nimble\/expect(fileID:file:line:column:_:)-2csqt",
"kind" : "symbol",
"role" : "symbol",
"title" : "expect(file:line:_:)",
"title" : "expect(fileID:file:line:column:_:)",
"type" : "topic",
"url" : "\/documentation\/nimble\/expect(file:line:_:)-58u5j"
"url" : "\/documentation\/nimble\/expect(fileid:file:line:column:_:)-2csqt"
}
}
}
Loading

0 comments on commit 3e30c0d

Please sign in to comment.