Skip to content

Commit

Permalink
update gradle, remove dsl-example (in own repo now), switch to doip-s…
Browse files Browse the repository at this point in the history
…im-ecu repos for dependencies
  • Loading branch information
froks committed Jan 23, 2022
1 parent ba259de commit 780a3ae
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 751 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
This repository contains a kotlin based domain specific language (dsl) to quickly and intuitively write
custom DoIP ECU simulations.

Its main purpose is to enable programmers to be able to quickly write integration test for their DoIP clients, and therefore to allow better testing of error- and edge cases, as well as creating regression tests.
Its main purpose is to enable programmers to be able to quickly write integration test for
their DoIP clients, and therefore to allow better testing of error- and edge cases, as well
as creating regression tests.

To see a fairly comprehensive example with explanations, look at the example code in [MyCustomGateway](doip-sim-ecu-dsl-example/src/main/kotlin/MyCustomGateway.kt)
To see a fairly comprehensive example with explanations, look at the
example project [doip-sim-ecu-dsl-example](https://github.com/doip-sim-ecu/doip-sim-ecu-dsl-example).

It utilizes the [doip-simulation](https://github.com/doip/doip-simulation) from the doip project for the gateway/ecu functionality and basically adds a DSL around that.
This project utilizes the [doip-simulation](https://github.com/doip/doip-simulation) from the doip project for
the gateway/ecu functionality and basically adds a DSL around that.

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.froks"
version = "0.1.0-SNAPSHOT"
group = "com.github.doip-sim-ecu"
version = "0.2.0"

plugins {
kotlin("jvm")
Expand Down
121 changes: 0 additions & 121 deletions doip-sim-ecu-dsl-example/LICENSE.txt

This file was deleted.

16 changes: 0 additions & 16 deletions doip-sim-ecu-dsl-example/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions doip-sim-ecu-dsl-example/build.gradle.kts

This file was deleted.

2 changes: 0 additions & 2 deletions doip-sim-ecu-dsl-example/gradle.properties

This file was deleted.

Binary file not shown.

This file was deleted.

185 changes: 0 additions & 185 deletions doip-sim-ecu-dsl-example/gradlew

This file was deleted.

Loading

0 comments on commit 780a3ae

Please sign in to comment.