This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case class EntryType(entrytypeoption: Seq[scalaxb.DataRecord[Any]] = Nil, | |
attributes: Map[String, scalaxb.DataRecord[Any]]) extends FeedTypeOption | |
case class EntryType(entrytypeoption: Seq[scalaxb.DataRecord[Any]] = Nil, | |
xmlbase: Option[java.net.URI] = None, | |
xmllang: Option[String] = None, | |
attributes: Map[String, scalaxb.DataRecord[Any]]) extends FeedTypeOption |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
resourcePath: "/pet", | |
listingPath: "/api-docs/pet", | |
description: "Pet API", | |
apis: [ | |
{ | |
path: "/pet/", | |
description: "", | |
secured: false, | |
operations: [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe("Build Packager", function(){ | |
var Stubble, mockConfig, realpathSyncMock, writeFileMock, fsMock, writePackageCallback, mapAllFilesSpy, | |
folderMock, zipAddFilesMock, zipMock, stub, packager, DIRECTORY_TO_ZIP; | |
beforeEach(function() { | |
Stubble = require('stubble'), | |
mockConfig = { | |
commandArgs: { | |
product: "mobile" | |
} |
NewerOlder