utPLSQL / utPLSQL-maven-plugin

Maven plugin for running Unit Tests with utPLSQL v3
Apache License 2.0
13 stars 10 forks source link

Adds support of custom type parameters (#5) #16

Closed jgarec closed 6 years ago

jgarec commented 6 years ago
jgarec commented 6 years ago

Here's an example of the new parameters :

        <sourcesCustomTypeMapping>
                <customTypeMapping>
                        <type>package body</type>
                        <customMapping>package_bodies</customMapping>
                </customTypeMapping>
        </sourcesCustomTypeMapping>

where sourcesCustomTypeMapping contains a list of customTypeMapping

jgebal commented 6 years ago

@alberto-hernandez , @pesse Are you OK with merging this PR?

pesse commented 6 years ago

Looks like great work. One thing about test showcase: wouldn't it be better/more consistent to integrate that into demo-project and link to that? I like the package pretty much and it would be a great benefit to have it available for several modules

alberto-hernandez commented 6 years ago

Great Work!