You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/18 14:47:56 UTC

[causeway] 05/07: CAUSEWAY-1840: regen docs

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/causeway.git

commit 93da5efc17b90467a6911060bf93bd3918a016ae
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Sat Mar 18 14:20:51 2023 +0000

    CAUSEWAY-1840: regen docs
---
 .../CausewayIntegrationGwtAbstractWithFixtures.adoc    | 12 ++++++++++++
 .../applib/CausewayIntegrationGwtAbstract.adoc         | 18 ++++++++++++++++++
 core/adoc/modules/_overview/pages/about.adoc           | 11 ++++++++---
 3 files changed, 38 insertions(+), 3 deletions(-)

diff --git a/antora/components/refguide-index/modules/testing/pages/index/fixtures/applib/CausewayIntegrationGwtAbstractWithFixtures.adoc b/antora/components/refguide-index/modules/testing/pages/index/fixtures/applib/CausewayIntegrationGwtAbstractWithFixtures.adoc
new file mode 100644
index 0000000000..a0c8dc2a3c
--- /dev/null
+++ b/antora/components/refguide-index/modules/testing/pages/index/fixtures/applib/CausewayIntegrationGwtAbstractWithFixtures.adoc
@@ -0,0 +1,12 @@
+= CausewayIntegrationGwtAbstractWithFixtures
+:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
+
+== API
+
+[source,java]
+.CausewayIntegrationGwtAbstractWithFixtures.java
+----
+class CausewayIntegrationGwtAbstractWithFixtures {
+}
+----
+
diff --git a/antora/components/refguide-index/modules/testing/pages/index/integtestsupport/applib/CausewayIntegrationGwtAbstract.adoc b/antora/components/refguide-index/modules/testing/pages/index/integtestsupport/applib/CausewayIntegrationGwtAbstract.adoc
new file mode 100644
index 0000000000..669e7ab807
--- /dev/null
+++ b/antora/components/refguide-index/modules/testing/pages/index/integtestsupport/applib/CausewayIntegrationGwtAbstract.adoc
@@ -0,0 +1,18 @@
+= CausewayIntegrationGwtAbstract
+:Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at. http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or ag [...]
+
+Convenient base class to extend for integration tests.
+
+Unlike xref:refguide:testing:index/integtestsupport/applib/CausewayIntegrationTestAbstract.adoc[CausewayIntegrationTestAbstract] , this class is not _ExtendWith extended with_ xref:refguide:testing:index/integtestsupport/applib/CausewayInteractionHandler.adoc[CausewayInteractionHandler] , which means that there is _no_ _org.apache.causeway.applib.services.iactn.Interaction_ set up implicitly. Instead the _#given(Callable)_ , _#when(Callable)_ and _#then(Callable)_ (and their various over [...]
+
+Note that this means that references to entities must be re-retrieved within each given/when/then phase. _org.apache.causeway.applib.services.bookmark.Bookmark_ s and the _org.apache.causeway.applib.services.bookmark.BookmarkService_ can be a good way to do perform this re-retrieval.
+
+== API
+
+[source,java]
+.CausewayIntegrationGwtAbstract.java
+----
+class CausewayIntegrationGwtAbstract {
+}
+----
+
diff --git a/core/adoc/modules/_overview/pages/about.adoc b/core/adoc/modules/_overview/pages/about.adoc
index e057cf7b80..05dbb60092 100644
--- a/core/adoc/modules/_overview/pages/about.adoc
+++ b/core/adoc/modules/_overview/pages/about.adoc
@@ -460,7 +460,7 @@ org.apache.causeway.testing:causeway-testing-integtestsupport-applib:jar:<manage
 
 .Document Index Entries
 ****
-xref:refguide:testing:index/fixtures/applib/CausewayIntegrationTestAbstractWithFixtures.adoc[CausewayIntegrationTestAbstractWithFixtures], xref:refguide:testing:index/fixtures/applib/CausewayModuleTestingFixturesApplib.adoc[CausewayModuleTestingFixturesApplib], xref:refguide:testing:index/fixtures/applib/events/FixturesInstalledEvent.adoc[FixturesInstalledEvent], xref:refguide:testing:index/fixtures/applib/events/FixturesInstallingEvent.adoc[FixturesInstallingEvent], xref:refguide:testin [...]
+xref:refguide:testing:index/fixtures/applib/CausewayIntegrationGwtAbstractWithFixtures.adoc[CausewayIntegrationGwtAbstractWithFixtures], xref:refguide:testing:index/fixtures/applib/CausewayIntegrationTestAbstractWithFixtures.adoc[CausewayIntegrationTestAbstractWithFixtures], xref:refguide:testing:index/fixtures/applib/CausewayModuleTestingFixturesApplib.adoc[CausewayModuleTestingFixturesApplib], xref:refguide:testing:index/fixtures/applib/events/FixturesInstalledEvent.adoc[FixturesInstal [...]
 ****
 
 |Apache Causeway Tst - H2 Console (parent)
@@ -481,7 +481,12 @@ Artifact: causeway-testing-h2console-ui
 Type: jar
 Directory: /testing/h2console/ui
 ----
-|.Dependencies
+|.Components
+****
+o.a.i.testing.h2console.ui.webmodule.WebModuleH2Console +
+****
+
+.Dependencies
 ****
 com.h2database:h2:jar:<managed> +
 javax.servlet:javax.servlet-api:jar:<managed> +
@@ -562,7 +567,7 @@ org.springframework.boot:spring-boot-starter-test:jar:<managed> +
 
 .Document Index Entries
 ****
-xref:refguide:testing:index/integtestsupport/applib/CausewayIntegrationTestAbstract.adoc[CausewayIntegrationTestAbstract], xref:refguide:testing:index/integtestsupport/applib/CausewayInteractionHandler.adoc[CausewayInteractionHandler], xref:refguide:testing:index/integtestsupport/applib/CausewayModuleTestingIntegTestSupportApplib.adoc[CausewayModuleTestingIntegTestSupportApplib], xref:refguide:testing:index/integtestsupport/applib/ExceptionRecognizerTranslate.adoc[ExceptionRecognizerTran [...]
+xref:refguide:testing:index/integtestsupport/applib/CausewayIntegrationGwtAbstract.adoc[CausewayIntegrationGwtAbstract], xref:refguide:testing:index/integtestsupport/applib/CausewayIntegrationTestAbstract.adoc[CausewayIntegrationTestAbstract], xref:refguide:testing:index/integtestsupport/applib/CausewayInteractionHandler.adoc[CausewayInteractionHandler], xref:refguide:testing:index/integtestsupport/applib/CausewayModuleTestingIntegTestSupportApplib.adoc[CausewayModuleTestingIntegTestSupp [...]
 ****
 
 |Apache Causeway Tst - Spec/Cucumber (parent)