si-units
jvm
kotunil-generators
/
eu.sirotin.kotunil.generator.apps.jvm.kotlin
Package-level
declarations
Types
Functions
Properties
Types
Generator
Kotlin
Console
App
Link copied to clipboard
object
GeneratorKotlinConsoleApp
Functions
generate
Caller
Link copied to clipboard
fun
generateCaller
(
dirPath
:
String
,
fileName
:
String
,
testClassNames
:
List
<
String
>
,
generator
:
(
List
<
String
>
,
String
)
->
String
,
typeName
:
String
=
"base"
)
generate
Kotlin
Console
Test
Caller
Link copied to clipboard
fun
generateKotlinConsoleTestCaller
(
testClassNames
:
List
<
String
>
,
typeName
:
String
)
:
String
generate
Kotlin
Console
Tests
Currencies
Link copied to clipboard
fun
generateKotlinConsoleTestsCurrencies
(
)
Generates common and jvm-specific currency tests.
generate
Pow
Name
Link copied to clipboard
fun
generatePowName
(
degree
:
Int
)
:
String
generate
Si
Units
Base
Classes
Tests
Link copied to clipboard
fun
generateSiUnitsBaseClassesTests
(
)
generate
Si
Units
Derived
Classes
Tests
Link copied to clipboard
fun
generateSiUnitsDerivedClassesTests
(
)
Properties
EXCLUDED_ABBREVIATIONS
Link copied to clipboard
val
EXCLUDED_ABBREVIATIONS
:
List
<
String
>
ROOT_KOTLIN_CONSOLE_PATH
Link copied to clipboard
const
val
ROOT_KOTLIN_CONSOLE_PATH
:
String