From 670324837dd8611bcaff3fbf0e2b6c7924564873 Mon Sep 17 00:00:00 2001 From: 02090095 Date: Fri, 7 Mar 2025 00:21:43 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BB=D0=B5=20=D0=B7=D0=B0=D0=BF?= =?UTF-8?q?=D0=B0=D0=BA=D0=BE=D0=B2=D0=BA=D0=B8=20=D0=B2=20json=20=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20=D0=BE=20=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB=D0=B0=D1=85=20=D1=82=D0=B5=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 8 ++++++-- src/_VisualDVM/ServerObjectsCache/TestCache.java | 13 +++++++++++++ .../ServerObjectsCache/VisualCaches.java | 2 ++ .../Common/Test/Json/TestFileJson.java | 15 +++++++++++++++ .../Common/Test/Json/TestsFilesJson.java | 9 +++++++++ .../TestingSystem/Common/Test/Test.java | 3 +++ .../TestingSystem/Common/Test/UI/TestsForm.java | 4 +++- 7 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 src/_VisualDVM/ServerObjectsCache/TestCache.java create mode 100644 src/_VisualDVM/TestingSystem/Common/Test/Json/TestFileJson.java create mode 100644 src/_VisualDVM/TestingSystem/Common/Test/Json/TestsFilesJson.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 63080fb4..3bd07344 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -7,9 +7,13 @@ + + + - - + + +