Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Hosting;
using Monai.Deploy.WorkflowManager.IntegrationTests.Support;
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.POCO;
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support;
using Polly;
using Polly.Retry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests
namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.POCO
{
internal static class TestExecutionConfig
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.StepDefinitions
{
[Binding]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using Monai.Deploy.WorkflowManager.TaskManager.AideClinicalReview.Events;
using Monai.Deploy.WorkflowManager.TaskManager.API.Models;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests
namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support
{
public class Assertions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using Polly;
using Polly.Retry;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests
namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support
{
public class DataHelper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

using Minio;
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.POCO;
using Polly;
using Polly.Retry;
using System.Reactive.Linq;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

using Monai.Deploy.WorkflowManager.TaskManager.API.Models;
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.POCO;
using MongoDB.Driver;
using Polly;
using Polly.Retry;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
* limitations under the License.
*/

using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.POCO;
using RabbitMQ.Client;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests
namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support
{
public static class RabbitConnectionFactory
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
using Newtonsoft.Json;
using RabbitMQ.Client;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests
namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support
{
public class RabbitConsumer
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
using Monai.Deploy.Messaging.Messages;
using RabbitMQ.Client;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests
namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support
{
public class RabbitPublisher
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
using Monai.Deploy.WorkflowManager.TaskManager.Extensions;
using Monai.Deploy.WorkflowManager.TaskManager.Database;
using Monai.Deploy.WorkflowManager.TaskManager.Database.Options;
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests;
using MongoDB.Driver;

namespace Monai.Deploy.WorkflowManager.IntegrationTests.Support
using Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.POCO;

namespace Monai.Deploy.WorkflowManager.TaskManager.IntegrationTests.Support
{
public static class TaskManagerStartup
{
Expand Down