{"id":4964,"date":"2017-03-28T08:00:00","date_gmt":"2017-03-28T08:00:00","guid":{"rendered":"https:\/\/ja.modelondev.com\/blog\/2017\/03\/28\/the-model-testing-toolkit-applied-to-modelon-library-development\/"},"modified":"2017-03-28T08:00:00","modified_gmt":"2017-03-28T08:00:00","slug":"the-model-testing-toolkit-applied-to-modelon-library-development","status":"publish","type":"post","link":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/","title":{"rendered":"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit"},"content":{"rendered":"<h3>Use case for the new Modelon tool coming March 29!<\/h3>\n<p><i><span lang=\"EN-US\">Testing of models is essential to successful development of Modelica libraries<\/span><\/i><span lang=\"EN-US\">\u00a0is a hypothesis we live by at Modelon and established in a <\/span><a href=\"https:\/\/modelon.com\/regression-testing-as-an-enabler-for-excellence-in-model-development\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN-US\">previous blog post<\/span><\/a><span lang=\"EN-US\">. This blog post aims to prove this hypothesis by reviewing one of the most demanding model testing use cases: our own.<\/span><\/p>\n<p><i><span lang=\"EN-US\">Testing is tedious but necessary<\/span><\/i><span lang=\"EN-US\"> is one of the quotes that I live with daily. Developers seldom like working with test, whether creating, maintaining or running them. That is also true at Modelon, where the library developers face a big challenge keeping all\u00a0<\/span><a href=\"https:\/\/modelon.com\/ja\/products-services\/modelon-library-suite\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN-US\">14 Modelica libraries<\/span><\/a><span lang=\"EN-US\"> state-of-the-art, while making sure they are working properly on all supported platforms, such as Dymola and <\/span><a href=\"https:\/\/modelon.com\/ja\/products-services\/modelon-creator-suite\/optimica-compiler-toolkit\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN-US\">OPTIMICA Compiler Toolkit<\/span><\/a><span lang=\"EN-US\">-based technologies like <\/span><a href=\"http:\/\/www.ansys.com\/products\/systems\/ansys-simplorer\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN-US\">ANSYS Simplorer<\/span><\/a><span lang=\"EN-US\">.<\/span><\/p>\n<p><span lang=\"EN-US\">We have identified two major components to solving this problem:<\/span><\/p>\n<ul>\n<li><span lang=\"EN-US\">make setting up tests as easy as possible<\/span><\/li>\n<li><span lang=\"EN-US\">automate the tests.<\/span><\/li>\n<\/ul>\n<p><span lang=\"EN-US\">We have found the answer to these two challenges by leveraging the versatile and free continuous integration platform <\/span><a href=\"https:\/\/jenkins.io\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN-US\">Jenkins<\/span><\/a><span lang=\"EN-US\"> (covered only briefly in this blog), and our new <\/span><a href=\"https:\/\/modelon.com\/ja\/products-services\/modelon-creator-suite\/model-testing-toolkit\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN-US\">Model Testing Toolkit<\/span><\/a><span lang=\"EN-US\">, to b<\/span><span lang=\"EN-US\">e released on March 29<sup>th<\/sup> this year.<\/span><\/p>\n<h3><span lang=\"EN-US\"><b>Test creation with the Model Testing Toolkit<\/b><\/span><\/h3>\n<p><span lang=\"EN-US\">The creation of a test is often a tedious task itself, so we have implemented a shortcut in the Model Testing Toolkit: the test_converter script. This script allows for automatic creation of tests from Modelica Code, for example to create tests for all models with the Experiment annotation.<\/span><\/p>\n<p><span lang=\"EN-US\">With the generated tests as a starting skeleton, the developer can fill in the blanks and have a test suite up and running much faster than if the tests were to be created from scratch.<\/span><\/p>\n<p><span lang=\"EN-US\">Editing the tests and running them locally is done through the GUI included in the Model Testing Toolkit. The GUI allows for the variable structure of the models to be parsed, to extract variables for running regressions. It further allows modifiers to be set, as visible in <\/span><span lang=\"EN-US\">Figure 1<\/span><span lang=\"EN-US\">.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-495\" src=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-1.jpg\" alt=\"Model Testing Toolkit\" width=\"608\" height=\"358\" \/><br \/>\n<em>Figure 1: Component and variable structure of the shown tests when adding modifiers to a test case, based on the model Modelica.Blocks.Examples.PID_Controller from the Modelica Standard Library.<\/em><\/p>\n<h3><b>Facilitating testing automation in Jenkins<\/b><\/h3>\n<p>Jenkins is an open source automation server that can be installed and run on any machine. At Modelon we have a master server managing a set of slave machines that execute the actual tests. To facilitate this setup, we rely on a set of utilities in the Model Testing Toolkit<\/p>\n<p>These utilities and their detailed documentation allow for the automation we need at Modelon to work efficiently with library (and tool) development:<\/p>\n<ul>\n<li>One of these elements is the ability to trigger a job based on an update to a version controlled repository, so each failed test is tied to a certain change in one of the code bases (often there are multiple libraries involved).<\/li>\n<li>Another element is the inclusion of cleanup scripts that keep the servers clean from old files leftover by Jenkins.<\/li>\n<\/ul>\n<p>The Model Testing Toolkit can output both HTML reports (a small example is shown in Figure 2) for humans to read, as well as a Junit xml report for Jenkins to parse and determine the success rate of the test. The HTML report also links to outputs and logs from the respective tools to help understanding a test failure.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-496\" src=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-2.jpg\" alt=\"Model Testing Toolkit\" width=\"604\" height=\"211\" \/><br \/>\n<em>Figure 2: Small example of HTML report generated by the Model Testing Toolkit on Jenkins.<\/em><\/p>\n<h3><span lang=\"EN-US\"><b>What\u2019s in it for you?<\/b><\/span><\/h3>\n<p><span lang=\"EN-US\">As a Modelica developer you can envision similar usages of this Model Testing Toolkit for your applications, such as:<\/span><\/p>\n<ul>\n<li>Test models in multiple FMI environments or native formats:<\/li>\n<\/ul>\n<p><span lang=\"EN\">To make sure that a model is distributable in your organization, the compiled FMU needs to be tested on all required platforms. Creation and running of such cross-platform tests for FMI supporting tools become very convenient.<\/span><\/p>\n<ul>\n<li>Test FMI Tools in connection to Modelica Compilers and\/or Libraries:<\/li>\n<\/ul>\n<p><span lang=\"EN\">The scripted framework of the Model Testing Toolkit allows for easy connections to your in-house FMI tools using <\/span><a href=\"https:\/\/www.python.org\/\" target=\"_blank\" rel=\"noopener noreferrer\"><span lang=\"EN\">Python<\/span><\/a><span lang=\"EN\">. <\/span><\/p>\n<h3><span lang=\"EN-US\"><b>Benefits with the Model Testing Toolkit<\/b><\/span><\/h3>\n<p><span lang=\"EN-US\">Let\u2019s shortly summarize how the Modelon Testing Toolkit enables robust testing of Modelica-based enterprise platforms:<\/span><\/p>\n<ul>\n<li><span lang=\"EN-US\">Graphical user interface for test creation and local execution<\/span><\/li>\n<li>When connected to Modelon\u2019s OPTIMICA Compiler Toolkit, model parameters and variables can be easily easy extracted for test creation<\/li>\n<li>Test models on multiple tools and FMI environments<\/li>\n<li>Interactive dashboard overview and HTML reports<\/li>\n<li>Ready for integration with continuous integration platforms, and natively integrated with Jenkins, to facilitate automation of test execution<\/li>\n<li><span lang=\"EN-US\">Python-based scripted framework for custom tests.<\/span><\/li>\n<\/ul>\n<h3><span lang=\"EN-US\"><b>Ready for Model Testing Toolkit 1.0 release!<\/b><\/span><\/h3>\n<p><span lang=\"EN-US\">Since the Model Testing Toolkit has been invaluable to us for development of Modelica models, we will soon offer it as a commercial product for all Modelica developers and users.<\/span><\/p>\n<p>The release is scheduled for the <b>29<sup>th<\/sup> of March 2017.<\/b><\/p>\n<p><span lang=\"EN-US\">The Model Testing Toolkit can save you a lot of time, we know it did for us, so <\/span><span lang=\"EN-US\"><a class=\"mail\" title=\"Opens window for sending email\">get in touch<\/a><\/span><span lang=\"EN-US\"> and we can start finding out how!<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use case for the new Modelon tool coming March 29! Testing of models is essential to successful development of Modelica libraries\u00a0is a hypothesis we live by at Modelon and established in a previous blog post. This blog post aims to prove this hypothesis by reviewing one of the most demanding model testing use cases: our [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4967,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","inline_featured_image":false,"editor_notices":[],"footnotes":""},"categories":[12],"tags":[7],"class_list":["post-4964","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-news-and-release-updates"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit - Modelon (JA)<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit\" \/>\n<meta property=\"og:description\" content=\"Use case for the new Modelon tool coming March 29! Testing of models is essential to successful development of Modelica libraries\u00a0is a hypothesis we live by at Modelon and established in a previous blog post. This blog post aims to prove this hypothesis by reviewing one of the most demanding model testing use cases: our [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\" \/>\n<meta property=\"og:site_name\" content=\"Modelon (JA)\" \/>\n<meta property=\"article:published_time\" content=\"2017-03-28T08:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"500\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"modelonms\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"modelonms\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\"},\"author\":{\"name\":\"modelonms\",\"@id\":\"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547\"},\"headline\":\"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit\",\"datePublished\":\"2017-03-28T08:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\"},\"wordCount\":831,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg\",\"keywords\":[\"News and Release Updates\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\",\"url\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\",\"name\":\"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit - Modelon (JA)\",\"isPartOf\":{\"@id\":\"https:\/\/modelon.com\/ja\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg\",\"datePublished\":\"2017-03-28T08:00:00+00:00\",\"author\":{\"@id\":\"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547\"},\"breadcrumb\":{\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage\",\"url\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg\",\"contentUrl\":\"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg\",\"width\":500,\"height\":500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/modelon.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/modelon.com\/ja\/#website\",\"url\":\"https:\/\/modelon.com\/ja\/\",\"name\":\"Modelon (JA)\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/modelon.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547\",\"name\":\"modelonms\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g\",\"caption\":\"modelonms\"},\"sameAs\":[\"https:\/\/modelonms.wpengine.com\"],\"url\":\"https:\/\/modelon.com\/ja\/blog\/author\/modelonms\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit - Modelon (JA)","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/","og_locale":"en_US","og_type":"article","og_title":"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit","og_description":"Use case for the new Modelon tool coming March 29! Testing of models is essential to successful development of Modelica libraries\u00a0is a hypothesis we live by at Modelon and established in a previous blog post. This blog post aims to prove this hypothesis by reviewing one of the most demanding model testing use cases: our [&hellip;]","og_url":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/","og_site_name":"Modelon (JA)","article_published_time":"2017-03-28T08:00:00+00:00","og_image":[{"width":500,"height":500,"url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg","type":"image\/jpeg"}],"author":"modelonms","twitter_card":"summary_large_image","twitter_misc":{"Written by":"modelonms","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#article","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/"},"author":{"name":"modelonms","@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547"},"headline":"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit","datePublished":"2017-03-28T08:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/"},"wordCount":831,"commentCount":0,"image":{"@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg","keywords":["News and Release Updates"],"articleSection":["Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/","url":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/","name":"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit - Modelon (JA)","isPartOf":{"@id":"https:\/\/modelon.com\/ja\/#website"},"primaryImageOfPage":{"@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage"},"image":{"@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage"},"thumbnailUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg","datePublished":"2017-03-28T08:00:00+00:00","author":{"@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547"},"breadcrumb":{"@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#primaryimage","url":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg","contentUrl":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg","width":500,"height":500},{"@type":"BreadcrumbList","@id":"https:\/\/modelon.com\/ja\/blog\/the-model-testing-toolkit-applied-to-modelon-library-development\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/modelon.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Modelon\u88fd\u30e9\u30a4\u30d6\u30e9\u30ea\u306e\u958b\u767a\u306b\u9069\u7528\u3055\u308c\u3066\u3044\u308b Model Testing Toolkit"}]},{"@type":"WebSite","@id":"https:\/\/modelon.com\/ja\/#website","url":"https:\/\/modelon.com\/ja\/","name":"Modelon (JA)","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/modelon.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/modelon.com\/ja\/#\/schema\/person\/9be390426b77cfe25986f61d2d785547","name":"modelonms","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c6189d997e8bc0aec37d070654ce214fce4ec8c2234c31623eabb4d27113f203?s=96&d=mm&r=g","caption":"modelonms"},"sameAs":["https:\/\/modelonms.wpengine.com"],"url":"https:\/\/modelon.com\/ja\/blog\/author\/modelonms\/"}]}},"featured_image_src":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development-500x400.jpg","featured_image_src_square":"https:\/\/modelon.com\/ja\/wp-content\/uploads\/sites\/3\/2022\/06\/Model-Testing-Toolkit-applied-to-Modelon-library-development.jpg","author_info":{"display_name":"modelonms","author_link":"https:\/\/modelon.com\/ja\/blog\/author\/modelonms\/"},"_links":{"self":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts\/4964","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/comments?post=4964"}],"version-history":[{"count":0,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/posts\/4964\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media\/4967"}],"wp:attachment":[{"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/media?parent=4964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/categories?post=4964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/modelon.com\/ja\/wp-json\/wp\/v2\/tags?post=4964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}