Skip to content

Commit

Permalink
Custom endpoints (#1998)
Browse files Browse the repository at this point in the history
* wip: custom endpoints

* permissions

* custom endpoints

* custom endpoints

* runtime configuration
  • Loading branch information
khouari1 authored Dec 2, 2024
1 parent 28686b9 commit 9600426
Show file tree
Hide file tree
Showing 3 changed files with 1,489 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ This document looks at the basics of testing Data Servers.
We shall use a very simple example and work through the communication between our tests and the Data Server we are testing. This example relies on [**GenesisJunit**](/develop/server-capabilities/testing-api/#genesisjunit), which is designed to make testing easy.
#### Preparation
There are some simple steps to follow in order to set up yor test.
There are some simple steps to follow in order to set up your test.
###### 1. Create the test class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -751,9 +751,9 @@ requestReplies {
```
#### Preparation
There are some simple steps to follow in order to set up yor test.
There are some simple steps to follow in order to set up your test.
###### 1. Create the test class
###### Create the test class
Create the test class using the code provided below:
<Tabs defaultValue="kotlin" values={[{ label: 'Kotlin', value: 'kotlin', }, { label: 'Java', value: 'java', }]}>
Expand Down Expand Up @@ -789,7 +789,7 @@ This test class does three things:
There is more information about `GenesisJunit` and the various annotations in the section on [Integration testing](/develop/server-capabilities/testing-api/#integration-testing).
###### 3. Inject references
###### Inject references
Here, you need to set up two things:
Expand Down
Loading

0 comments on commit 9600426

Please sign in to comment.