Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RAGO - RAG OpenAPI Framework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RAGO - RAG OpenAPI Framework
Commits
5fd00d2a
Commit
5fd00d2a
authored
Mar 15, 2022
by
Jueun Park
Browse files
Options
Downloads
Patches
Plain Diff
edited OpenAPIMain_test.java
parent
3718daeb
No related branches found
No related tags found
1 merge request
!4
Resolve "Show tests in CI"
Pipeline
#13086
passed
Mar 15, 2022
Stage: build
Stage: test
Stage: ragdoc
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/test/java/openapi/OpenAPIMain_test.java
+3
-3
3 additions, 3 deletions
src/test/java/openapi/OpenAPIMain_test.java
with
3 additions
and
3 deletions
src/test/java/openapi/OpenAPIMain_test.java
+
3
−
3
View file @
5fd00d2a
...
...
@@ -38,9 +38,9 @@ public class OpenAPIMain_test {
initResources
(
r
);
}
@
MethodSource
(
""
)
@ParameterizedTest
static
void
parserTest
(
File
file
)
throws
Exception
{
@
Test
static
void
parserTest
()
throws
Exception
{
File
file
=
resources
.
get
(
0
);
OpenAPIObject
jastAddObject
;
OpenAPI
POJOOpenAPI
;
ObjectMapper
mapper
=
new
ObjectMapper
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment